Marks a module as changed in the metadata.
Namespace:
NetQuarry.Metadata
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void ModuleChanged(
IDatabase db,
string moduleKey
)
Public Shared Sub ModuleChanged (
db As IDatabase,
moduleKey As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The repository database. - moduleKey
- Type: SystemString
The module that changed.
See Also