OutputClause.FirstSelectColumns Property
Gets the first list of select columns.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FirstSelectColumns As IList(Of SelectColumn)
public IList<SelectColumn> FirstSelectColumns { get; }
public:
property IList<SelectColumn^>^ FirstSelectColumns {
IList<SelectColumn^>^ get ();
}
member FirstSelectColumns : IList<SelectColumn>
function get FirstSelectColumns () : IList<SelectColumn>
Property Value
Type: System.Collections.Generic.IList<SelectColumn>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.