ImportableDBFieldIsIdentity Property |
Flag which signals if this field is an autonumber / identity field. On Oracle this means the field should
get its value from a Sequence defined with the system.
Namespace: SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool IsIdentity { get; set; }
Public Property IsIdentity As Boolean
Get
Set
Property Value
Type:
BooleanSee Also