Click or drag to resize
DynamicQueryEngineGetCorrectFieldTypeBasedOnTypeSpecs Method
Gets the correct field type, based on the type and lenght specified in the specified persistenceInfo

Namespace:  SD.LLBLGen.Pro.DQE.SqlServer
Assembly:  SD.LLBLGen.Pro.DQE.SqlServer (in SD.LLBLGen.Pro.DQE.SqlServer.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override string GetCorrectFieldTypeBasedOnTypeSpecs(
	IFieldPersistenceInfo persistenceInfo
)

Parameters

persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
The persistence info.

Return Value

Type: String
the correct field type
Remarks
Necessary for db specific type conversion.
See Also