Table.Columns Property

Gets a list of columns participating in the given table.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public ReadOnly Property Columns As IList(Of Column)
    Get
'Usage
Dim instance As Table
Dim value As IList(Of Column)

value = instance.Columns
public IList<Column> Columns { get; }
public:
property IList<Column^>^ Columns {
    IList<Column^>^ get ();
}
member Columns : IList<Column>
function get Columns () : IList<Column>

Property Value

Type: System.Collections.Generic.IList<Column>
The list of columns.

See Also

Reference

Table Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace