次の方法で共有


DataTable.Prefix プロパティ

DataTable に格納されているデータの XML 表現の名前空間を取得または設定します。

Public Property Prefix As String
[C#]
public string Prefix {get; set;}
[C++]
public: __property String* get_Prefix();public: __property void set_Prefix(String*);
[JScript]
public function get Prefix() : String;public function set Prefix(String);

プロパティ値

DataTable のプリフィックス。

必要条件

プラットフォーム: 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

参照

DataTable クラス | DataTable メンバ | System.Data 名前空間