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.12.0.0 (5.12.0)
Syntax[XmlIgnoreAttribute]
public string SourceColumnDbType { get; }<XmlIgnoreAttribute>
Public ReadOnly Property SourceColumnDbType As String
	Get
Property Value
Type: 
StringImplements
IFieldPersistenceInfoSourceColumnDbType
See Also