ProjectAddEmptyMetaAndMappingDataStore Method (String) |
Adds a new empty meta data and mapping data store for the database of which the driverid is passed in.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void AddEmptyMetaAndMappingDataStore(
string driverId
)
Public Sub AddEmptyMetaAndMappingDataStore (
driverId As String
)
Parameters
- driverId
- Type: SystemString
The driver id.
Remarks No-op if there's already a mapping/metadata store for the driver specified
See Also