次の方法で共有


ITableMapping.DataSetTable プロパティ

DataSet 内にあるテーブルの、大文字と小文字が区別されない名前を取得または設定します。

Property DataSetTable As String
[C#]
string DataSetTable {get; set;}
[C++]
__property String* get_DataSetTable();__property void set_DataSetTable(String*);
[JScript]
function get DataSetTable() : String;function set DataSetTable(String);

プロパティ値

DataSet 内にあるテーブルの、大文字と小文字が区別されない名前。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

ITableMapping インターフェイス | ITableMapping メンバ | System.Data 名前空間