Click or drag to resize
MetaDataStoreGetMetaDataForDriverID Method
Gets the meta data for driver ID.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DatabaseMetaData GetMetaDataForDriverID(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: DatabaseMetaData
the metadata if available, otherwise null
See Also