IFieldPersistenceInfoIsIdentity Property  | 
 
            If set to true, the Dynamic Query Engine (DQE) will assume the field is an Identity field and will act accordingly (i.e.: as the target database
            handles Identity fields: SqlServer will generate a new value itself, Oracle wants to have a sequence input.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
SyntaxReadOnly Property IsIdentity As Boolean
	Get
Property Value
Type: 
Boolean
See Also