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

Remarks

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

.NET Framework Security

See Also

Reference

ValuesInsertSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace