TableReader.Columns Property

Gets the column names associated with this table.

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

Syntax

'Declaration
Public ReadOnly Property Columns As Dictionary(Of String, DataType)
    Get
'Usage
Dim instance As TableReader
Dim value As Dictionary(Of String, DataType)

value = instance.Columns
public Dictionary<string, DataType> Columns { get; }
public:
property Dictionary<String^, DataType>^ Columns {
    Dictionary<String^, DataType>^ get ();
}
member Columns : Dictionary<string, DataType>
function get Columns () : Dictionary<String, DataType>

Property Value

Type: System.Collections.Generic.Dictionary<String, DataType>
The column names associated with this table.

See Also

Reference

TableReader Class

Microsoft.SqlServerCe.Management.Scripting.Common Namespace