Läs på engelska Redigera

Dela via


DataTable.Site Property

Definition

Gets or sets an ISite for the DataTable.

[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite? Site { get; set; }
[System.ComponentModel.Browsable(false)]
public override System.ComponentModel.ISite Site { get; set; }

Property Value

An ISite for the DataTable.

Attributes

Remarks

Sites bind a Component to a Container and enable communication between them, as well as provide a way for the container to manage its components.

Applies to

See also