Click or drag to resize

ODataEnabledTestODataGet Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataGet(System.String,System.String,System.String)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal.Base
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
protected IEnumerable<string> ODataGet(
	string entitySet,
	string filter,
	string valueColumn
)

Parameters

entitySet  String

[Missing <param name="entitySet"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataGet(System.String,System.String,System.String)"]

filter  String

[Missing <param name="filter"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataGet(System.String,System.String,System.String)"]

valueColumn  String

[Missing <param name="valueColumn"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataGet(System.String,System.String,System.String)"]

Return Value

IEnumerableString

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataGet(System.String,System.String,System.String)"]

See Also