| SqlAliasAttribute Constructor |
Namespace: LiteRepository.AttributesAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic SqlAliasAttribute(
string dbName
)
Parameters
- dbName
- Type: SystemString
The name of the column (table) the property (class) is mapped to.
See Also