EntityFieldActualDotNetType Property |
The .NET type of the field in the DB. This value is used to convert a currentvalue back to this type using TypeConverterToUse.
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 Type ActualDotNetType { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property ActualDotNetType As Type
Get
Property Value
Type:
TypeImplements
IFieldPersistenceInfoActualDotNetType
See Also