UpdateStatement.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

See Also

Reference

UpdateStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace