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
)
Public Function GetExistingItemModule (
db As IDatabase,
pk As String
) As String
Parameters
- db
- Type: NetQuarryIDatabase
The respository DB. - pk
- Type: SystemString
The primary key of the object of interest.
Return Value
Type:
StringThe module key for the object, else "unknown".
See Also