DesignerDataTableBase.Columns Egenskap

Definition

Hämtar en samling kolumner som definierats för en tabell eller vy.

public:
 property System::Collections::ICollection ^ Columns { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Columns { get; }
member this.Columns : System.Collections.ICollection
Public ReadOnly Property Columns As ICollection

Egenskapsvärde

En samling kolumner som definierats för en tabell eller vy.

Kommentarer

Egenskapen Columns fylls i med CreateColumns metoden första gången egenskapen Columns används.

Gäller för