'宣言 Public Function Add( _ ByVal field As DataSetField _ ) As System.Integer
'使用法 Dim instance As DataSetFieldCollection Dim field As DataSetField Dim value As System.Integer value = instance.Add(field)
public System.int Add( DataSetField field )
パラメータ
- field
 - The DataSetField object to add.
 
戻り値の型
The index of the added object in the current collection.