MetaDataStoreGetMetaDataForDriverID Method |
Gets the meta data for driver ID.
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaDataAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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