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.6.0.0 (5.6.19.0117)
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