A new FieldDef instance
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic static FieldDef Create(
string fieldName,
FieldDefFieldType fieldType
)
Public Shared Function Create (
fieldName As String,
fieldType As FieldDefFieldType
) As FieldDef
public:
static FieldDef^ Create(
String^ fieldName,
FieldDefFieldType fieldType
)
static member Create :
fieldName : string *
fieldType : FieldDefFieldType -> FieldDef
Parameters
- fieldName
- Type: SystemString
A string uniquely identifying the field - fieldType
- Type: Com.Tibco.As.SpaceFieldDefFieldType
A FieldType value
Return Value
Type:
FieldDefA new FieldDef instance
See Also