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