Dela via


ValuesInsertSource.RowValues Property

Gets or sets a list of rows.

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 ValuesInsertSource 
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>

Remarks

If the list of rows has any elements, IsDefaultValues should be False.

.NET Framework Security

See Also

Reference

ValuesInsertSource Class

ValuesInsertSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace