Share via


InlineDerivedTable.RowValues Property

Gets a list of row data values.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

InlineDerivedTable Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace