Click or drag to resize
EntityFieldSourceColumnDbType Property
The type of the Column mapped onto the EntityField. The value stored here is the integer representation of the enum value of the type, f.e. SqlDbType.Int or OracleType.Int16 Used for update/insert operations on the column

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public string SourceColumnDbType { get; }

Property Value

Type: String

Implements

IFieldPersistenceInfoSourceColumnDbType
See Also