Click or drag to resize

PFRelation_BaseObjectParentType, ChildTypeGet Method (String, Object, String, Boolean)

Gets all objects with a specific value, ordered by a given column.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<ChildType> Get(
	string fieldName,
	Object fieldValue,
	string orderBy,
	bool ascending
)

Parameters

fieldName
Type: SystemString
fieldValue
Type: SystemObject
orderBy
Type: SystemString
ascending
Type: SystemBoolean

Return Value

Type: ListChildType
List of found objects.
See Also