A new FieldDef instance
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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
|
Return Value
Type:
FieldDefA new FieldDef instance
See Also