Create a field of the specified name and type.
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 CreateField( string name, CompleteDataType type )
Public Shared Function CreateField ( _ name As String, _ type As CompleteDataType _ ) As Schema..::..Field
public: static Schema..::..Field^ CreateField( String^ name, CompleteDataType^ type )