'宣言 Public Function New( _ ByVal name As System.String _ )
'使用法 Dim name As System.String Dim instance As New DataSetField(name)
public DataSetField( System.string name )
パラメータ
- 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.