ProjectGetAllTypeConversionDefinitionsForDatabase Method |
Gets all type conversion definitions for the database with the driver specified
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
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