Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGetOne Method (PFQuery)

Gets the first object returned by a given query.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ChildType GetOne(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery

Return Value

Type: ChildType
Found object or null.
See Also