ProjectCheckIfAllMetaDataIsNew Method  | 
 
            Checks if all meta data for the database with the ID specified is new. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic bool CheckIfAllMetaDataIsNew(
	string driverID,
	List<DBCatalog> catalogsToProcess = null
)
Public Function CheckIfAllMetaDataIsNew ( 
	driverID As String,
	Optional catalogsToProcess As List(Of DBCatalog) = Nothing
) As Boolean
Parameters
- driverID
 - Type: SystemString
The driver ID. - catalogsToProcess (Optional)
 - Type: System.Collections.GenericListDBCatalog
if specified, only the catalogs in the list are checked. 
Return Value
Type: 
Booleantrue if all meta-data is new, false otherwise
See Also