| SqlMetadataProperty Constructor |
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic Property(
string name,
string dbName,
bool isPrimaryKey,
bool isIdentity
)
Parameters
- name
- Type: SystemString
The name of the property. - dbName
- Type: SystemString
The name of the database column. - isPrimaryKey
- Type: SystemBoolean
Determines whether a property is a part of the primary key. - isIdentity
- Type: SystemBoolean
Determines whether a property is a identity key.
See Also