Deprecated: Initialization function that should not be overridden by users\ If you need tablenames, use left.Schema.Table instead of leftTable.

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

Syntax

C#
public virtual Combiner InitializeAtRuntime(
	RowSet left,
	RowSet right,
	string leftTable,
	string rightTable,
	string[] args,
	Schema schema
)
Visual Basic
Public Overridable Function InitializeAtRuntime ( _
	left As RowSet, _
	right As RowSet, _
	leftTable As String, _
	rightTable As String, _
	args As String(), _
	schema As Schema _
) As Combiner
Visual C++
public:
virtual Combiner^ InitializeAtRuntime(
	RowSet^ left, 
	RowSet^ right, 
	String^ leftTable, 
	String^ rightTable, 
	array<String^>^ args, 
	Schema^ schema
)

Parameters

left
Type: RowSet
Left
right
Type: RowSet
Right
leftTable
Type: String
Left table
rightTable
Type: String
Right table
args
Type: array<String>[]()[][]
Arguments
schema
Type: ScopeRuntime..::..Schema
Schema

Return Value

A combiner

See Also