'Declaration
Public Function New( _ ByVal name As String, _ ByVal dataSetFieldId As Guid _ )
'Usage
Dim name As String Dim dataSetFieldId As Guid Dim instance As New UAFieldMetaData(name, dataSetFieldId)
public UAFieldMetaData( string name, Guid dataSetFieldId )
public: UAFieldMetaData( String^ name, Guid dataSetFieldId )
Parameters
- name
- The name of the dataset field.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - dataSetFieldId
- The unique ID for the field in the dataset.