Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public bool CheckIfAllMetaDataIsNew(
	string driverID
)

Parameters

driverID
Type: SystemString
The driver ID.

Return Value

Type: Boolean
true if all meta-data is new, false otherwise
See Also