QuerySpecification.FromClauses Property
Gets a list of FROM clauses.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property FromClauses As IList(Of TableSource)
public IList<TableSource> FromClauses { get; }
public:
property IList<TableSource^>^ FromClauses {
IList<TableSource^>^ get ();
}
member FromClauses : IList<TableSource>
function get FromClauses () : IList<TableSource>
Property Value
Type: System.Collections.Generic.IList<TableSource>
Remarks
Optional, may be null.
.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.