Compartir a través de


ValuesInsertSource.RowValues (Propiedad)

Obtiene o establece una lista de filas.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Comentarios

Si la lista de filas tiene cualquier elemento, IsDefaultValues debería ser falso.

Seguridad de .NET Framework

Vea también

Referencia

ValuesInsertSource Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)