DataTable.Prefix Property

Definition

Gets or sets the namespace for the XML representation of the data stored in the DataTable.

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
public string Prefix { get; set; }
[System.Data.DataSysDescription("DataTablePrefixDescr")]
public string Prefix { get; set; }
member this.Prefix : string with get, set
[<System.Data.DataSysDescription("DataTablePrefixDescr")>]
member this.Prefix : string with get, set
Public Property Prefix As String

Property Value

The prefix of the DataTable.

Attributes

Applies to

See also