Initializes a new instance of the
DataSetField class, assigning the
C1.C1Preview.NamedCollectionItem.Name and the associated DB field.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim name As System.String
Dim dataField As System.String
Dim instance As New DataSetField(name, dataField)
public DataSetField(
System.string ,
System.string
)
パラメータ
- name
- A string assigned to the name used to identify this field. If the current field is added to a DataSetFieldCollection, this name must be unique within that collection.
- dataField
- The native DB name of this field.
参照