Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public static TypeConverter DetermineTypeConverterToUse(
	IEntityFieldCore field,
	IFieldPersistenceInfo persistenceInfo
)

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: TypeConverter
the type converter to use, obtained from the persistence info specified, or null if no type converter was found.
See Also