Click or drag to resize
SqlMetadataIsIdentity Property
Gets a value indicating whether the table is the table with identity primary key.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public bool IsIdentity { get; }

Property Value

Type: Boolean
See Also