Mono Class Library: System.Data.DataSet Overview | Members

System.Data.DataSet.Prefix Property

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

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

Value

The XML prefix for the DataSet namespace.

Remarks

This property is used throughout an XML document to identify elements which belong to the namespace of the 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