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
)
Protected Overridable Function IsMarkedChanged (
module As String
) As Boolean
Parameters
- module
- Type: SystemString
The name of the module.
Return Value
Type:
Booleantrue if the module is in the xmt_module_audit table
See Also