[Missing <summary> documentation for "M:ScopeRuntime.Combiner.Initialize(ScopeRuntime.RowSet,ScopeRuntime.RowSet,System.String[])"]

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public override void Initialize(
	RowSet left,
	RowSet right,
	string[] args
)
Visual Basic
Public Overrides Sub Initialize ( _
	left As RowSet, _
	right As RowSet, _
	args As String() _
)
Visual C++
public:
virtual void Initialize(
	RowSet^ left, 
	RowSet^ right, 
	array<String^>^ args
) override

Parameters

left
Type: RowSet

[Missing <param name="left"/> documentation for "M:ScopeRuntime.Combiner.Initialize(ScopeRuntime.RowSet,ScopeRuntime.RowSet,System.String[])"]

right
Type: RowSet

[Missing <param name="right"/> documentation for "M:ScopeRuntime.Combiner.Initialize(ScopeRuntime.RowSet,ScopeRuntime.RowSet,System.String[])"]

args
Type: array<String>[]()[][]

[Missing <param name="args"/> documentation for "M:ScopeRuntime.Combiner.Initialize(ScopeRuntime.RowSet,ScopeRuntime.RowSet,System.String[])"]

See Also