Sdílet prostřednictvím


InlineDerivedTable.RowValues – vlastnost

Získá seznam hodnot dat řádku.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

InlineDerivedTable Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů