DynamicQueryEngineBaseGetCorrectFieldTypeBasedOnTypeSpecs Method |
Gets the correct field type, based on the type and lenght specified in the specified persistenceInfo
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected virtual string GetCorrectFieldTypeBasedOnTypeSpecs(
IFieldPersistenceInfo persistenceInfo
)
Protected Overridable Function GetCorrectFieldTypeBasedOnTypeSpecs (
persistenceInfo As IFieldPersistenceInfo
) As String
Parameters
- persistenceInfo
- Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info.
Return Value
Type:
Stringthe correct field type
Remarks Necessary for db specific type conversion.
See Also