PropertiesLookupParameter Method (IDatabase, String, String, String) |
Look up a parameter in the repository.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string LookupParameter(
IDatabase db,
string paramName,
string objTypeKey,
string subObjType
)
Public Shared Function LookupParameter (
db As IDatabase,
paramName As String,
objTypeKey As String,
subObjType As String
) As String
Parameters
- db
- Type: NetQuarryIDatabase
The repository database. - paramName
- Type: SystemString
The name of the parameter to lookup. - objTypeKey
- Type: SystemString
The object type key of the parameter. - subObjType
- Type: SystemString
The subobject type of the parameter (or null/empty if none).
Return Value
Type:
StringThe parameter ID if found, else null.
See Also