InlineDerivedTable.RowValues Property

 

Applies To: SQL Server 2016 Preview

Gets the list of row data values.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<RowValue> RowValues { get; }
public:
property IList<RowValue^>^ RowValues {
    IList<RowValue^>^ get();
}
member RowValues : IList<RowValue> with get
Public ReadOnly Property RowValues As IList(Of RowValue)

Property Value

Type: System.Collections.Generic.IList<RowValue>

The list of row data values.

See Also

InlineDerivedTable Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top