Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public Type ActualDotNetType { get; }

Property Value

Type: Type

Implements

IFieldPersistenceInfoActualDotNetType
See Also