| EntityFieldIsIdentity 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax[XmlIgnoreAttribute]
public bool IsIdentity { get; }<XmlIgnoreAttribute>
Public ReadOnly Property IsIdentity As Boolean
	Get
Property Value
Type: 
BooleanImplements
IFieldPersistenceInfoIsIdentity
See Also