WithCommonTableExpressionsAndXmlNamespaces.CommonTableExpressions Property
Gets a list of common table expressions.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property CommonTableExpressions As IList(Of CommonTableExpression)
public IList<CommonTableExpression> CommonTableExpressions { get; }
public:
property IList<CommonTableExpression^>^ CommonTableExpressions {
IList<CommonTableExpression^>^ get ();
}
member CommonTableExpressions : IList<CommonTableExpression>
function get CommonTableExpressions () : IList<CommonTableExpression>
Property Value
Type: System.Collections.Generic.IList<CommonTableExpression>
.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.