Click or drag to resize
SqlMetadataProperty Constructor

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public 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