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.8.0.0 (5.8.21.0208)
Syntaxpublic 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