IVsDataTable.Columns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of columns that the table object contains.
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^> ^ Columns { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::RelationalObjectModel::IVsDataTableColumn ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn> Columns { get; }
member this.Columns : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.RelationalObjectModel.IVsDataTableColumn>
Public ReadOnly Property Columns As IList(Of IVsDataTableColumn)
Property Value
A list of IVsDataTableColumn objects representing the columns contained in the table object.