Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public List<TypeConversionDefinition> GetAllTypeConversionDefinitionsForDatabase(
	string driverId
)

Parameters

driverId
Type: SystemString
The driver id.

Return Value

Type: ListTypeConversionDefinition
all type conversion definitions for the database with the driver specified, or an empty list if none found
See Also