Click or drag to resize

ObjectTypeGetExistingItemModule Method

Looks up the module associated with the object of this type with the specified PK. Current this will return "unknown" for any object whose module key cannot be determined from a module_key column in the object's underlying table.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetExistingItemModule(
	IDatabase db,
	string pk
)

Parameters

db
Type: NetQuarryIDatabase
The respository DB.
pk
Type: SystemString
The primary key of the object of interest.

Return Value

Type: String
The module key for the object, else "unknown".
See Also