다음을 통해 공유


Add 메서드

Adds a DataItem to the collection.

오버로드 목록

  이름 설명
공용 메서드 Add(DataItem) Adds a DataItem to the end of the collection.
공용 메서드 Add(String, String) Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
공용 메서드 Add(String, String, OleDbType) Creates and adds a DataItem, with the specified table name, column name, and data type, to the end of the collection.
공용 메서드 Add(String, String, OleDbType, Int32) Creates and adds a DataItem, with the specified table name, column name, data type, and data size, to the end of the collection.

맨 위로 이동