PFRelation_BaseObjectParentType, ChildTypeGetOne Method (String, Object) |
Gets the first object with a specific value.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public ChildType GetOne(
string fieldName,
Object fieldValue
)
Parameters
- fieldName
- Type: SystemString
- fieldValue
- Type: SystemObject
Return Value
Type:
ChildTypeFound object or null.
See Also