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.9.0.0 (5.9.0)
Syntaxprotected 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
RemarksNecessary for db specific type conversion.
See Also