IFieldPersistenceInfoSourceColumnDbType Property |
The type of the Column mapped onto the EntityField(2). The value stored here is the string representation of the enum value of the type, e.g.
SqlDbType.Int will result in "Int"
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxstring SourceColumnDbType { get; }
ReadOnly Property SourceColumnDbType As String
Get
Property Value
Type:
String
See Also