Create a tuple field of the specified name and schema.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Schema..::..Field CreateTupleField(
	string name,
	Schema schema
)
Public Shared Function CreateTupleField ( _
	name As String, _
	schema As Schema _
) As Schema..::..Field
public:
static Schema..::..Field^ CreateTupleField(
	String^ name, 
	Schema^ schema
)

Parameters

name
String
schema
Schema

See Also