| DynamicQueryEngineGetCorrectFieldTypeBasedOnTypeSpecs Method  | 
            Gets the correct field type, based on the type and lenght specified in the specified persistenceInfo
            
 
Namespace: SD.LLBLGen.Pro.DQE.SqlServerAssembly: SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.0.0.0 (5.0.0)
Syntaxprotected override string GetCorrectFieldTypeBasedOnTypeSpecs(
	IFieldPersistenceInfo persistenceInfo
)
Protected Overrides 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