CommonDatabaseFunctionsGetReferencedRecords Method

Gets a list of referenced record entitiess, based on record identity.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static IEnumerable<Appendix> GetReferencedRecords(
	Uri oDataUri,
	string recordId
)

Parameters

oDataUri  Uri
The OData Service endpoint.
recordId  String
Record identity.

Return Value

IEnumerableAppendix
List of referenced record entities.

See Also