Click or drag to resize

MetadataBaseIsMarkedChanged Method

Returns true if the module is in the xmt_module_audit table

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual bool IsMarkedChanged(
	string module
)

Parameters

module
Type: SystemString
The name of the module.

Return Value

Type: Boolean
true if the module is in the xmt_module_audit table
See Also