Click or drag to resize
FieldPersistenceInfoActualDotNetType 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.0.0.0 (5.0.0)
Syntax
public Type ActualDotNetType { get; }

Property Value

Type: Type

Implements

IFieldPersistenceInfoActualDotNetType
See Also