Create a tuple field of the specified name and schema.
Namespace: StreamBase.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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 )