Click or drag to resize
SqlAliasAttribute Constructor
Initializes a new instance of the SqlAliasAttribute class.

Namespace: LiteRepository.Attributes
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public SqlAliasAttribute(
	string dbName
)

Parameters

dbName
Type: SystemString
The name of the column (table) the property (class) is mapped to.
See Also