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
)
Public Function GetMetaDataForDriverID (
driverID As String
) As DatabaseMetaData
Parameters
- driverID
- Type: SystemString
The driver ID.
Return Value
Type:
DatabaseMetaDatathe metadata if available, otherwise null
See Also