| ProjectAddEmptyMetaAndMappingDataStore Method (DBDriverBase) | 
 
            Adds a new empty meta data and mapping data store for the database of which the driver is passed in. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxpublic void AddEmptyMetaAndMappingDataStore(
	DBDriverBase targetDriver
)
Public Sub AddEmptyMetaAndMappingDataStore ( 
	targetDriver As DBDriverBase
)
Parameters
- targetDriver
 - Type: SD.LLBLGen.Pro.DBDriverCoreDBDriverBase
The target driver. 
RemarksNo-op if there's already a mapping/metadata store for the driver specified
See Also