System.Data.DataSet.Prefix Property

Gets or sets an XML prefix that aliases the namespace of the System.Data.DataSet.

Syntax

[System.ComponentModel.DefaultValue("")]
public string Prefix { set; get; }

Value

The XML prefix for the DataSet namespace.

Remarks

The DataSet.Prefix property is used throughout an XML document to identify elements which belong to the namespace of the System.Data.DataSet object (as set by the DataSet.Namespace property).

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0