Click or drag to resize

ReferencePathContextCreateContext Method

Factory method to create a new context

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IDisposable CreateContext(
	IEnumerable<int> sourceIds,
	DataObjectReferencePath path
)

Parameters

sourceIds
Type: System.Collections.GenericIEnumerableInt32
path
Type: Omada.OE.ModelDataObjectReferencePath

Return Value

Type: IDisposable
See Also