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.4.0.0 (5.4.0)
Syntax protected 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
Remarks Necessary for db specific type conversion.
See Also