ProjectGetAllTypeConversionDefinitionsForDatabase Method |
Gets all type conversion definitions for the database with the driver specified
Namespace:
SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public List<TypeConversionDefinition> GetAllTypeConversionDefinitionsForDatabase(
string driverId
)
Public Function GetAllTypeConversionDefinitionsForDatabase (
driverId As String
) As List(Of TypeConversionDefinition)
Parameters
- driverId
- Type: SystemString
The driver id.
Return Value
Type:
ListTypeConversionDefinitionall type conversion definitions for the database with the driver specified, or an empty list if none found
See Also