Click or drag to resize

FieldPersistenceInfoSourceColumnDbType 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.5.0.0 (5.5.18.1019)
Syntax
public string SourceColumnDbType { get; }

Property Value

Type: String

Implements

IFieldPersistenceInfoSourceColumnDbType
See Also