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)
'Usage
Dim instance As InlineDerivedTable 
Dim value As IList(Of RowValue)

value = instance.RowValues
public IList<RowValue> RowValues { get; }
public:
property IList<RowValue^>^ RowValues {
    IList<RowValue^>^ get ();
}
public function get RowValues () : IList<RowValue>

Property Value

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

.NET Framework Security

See Also

Reference

InlineDerivedTable Class

InlineDerivedTable Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace