FieldUtilitiesDetermineTypeConverterToUse Method |
Returns either the type converter to use for the field specified or null if no type converter was found.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax public static TypeConverter DetermineTypeConverterToUse(
IEntityFieldCore field,
IFieldPersistenceInfo persistenceInfo
)
Public Shared Function DetermineTypeConverterToUse (
field As IEntityFieldCore,
persistenceInfo As IFieldPersistenceInfo
) As TypeConverter
Parameters
- field
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
the field to determine the type converter for - persistenceInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
the field persistence info of the field
Return Value
Type:
TypeConverterthe type converter to use, obtained from the persistence info specified, or null if no type converter was found.
See Also