A new FieldDef instance

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public static FieldDef Create(
	string fieldName,
	FieldDef..::..FieldType fieldType
)
Visual Basic
Public Shared Function Create ( 
	fieldName As String,
	fieldType As FieldDef..::..FieldType
) As FieldDef
Visual C++
public:
static FieldDef^ Create(
	String^ fieldName, 
	FieldDef..::..FieldType fieldType
)
F#
static member Create : 
        fieldName : string * 
        fieldType : FieldDef..::..FieldType -> FieldDef 

Parameters

fieldName
Type: System..::..String
A string uniquely identifying the field
fieldType
Type: Com.Tibco.As.Space..::..FieldDef..::..FieldType
A FieldType value

Return Value

Type: FieldDef
A new FieldDef instance

See Also