Bagikan melalui


SqlBatchCommand.RecordsAffected Properti

Definisi

Mendapatkan jumlah baris yang diubah, disisipkan, atau dihapus oleh eksekusi spesifik SqlBatchCommandini.

public:
 property int RecordsAffected { int get(); };
public:
 virtual property int RecordsAffected { int get(); };
public int RecordsAffected { get; }
public override int RecordsAffected { get; }
member this.RecordsAffected : int
Public ReadOnly Property RecordsAffected As Integer
Public Overrides ReadOnly Property RecordsAffected As Integer

Nilai Properti

Jumlah baris yang diubah, disisipkan, atau dihapus. -1 untuk pernyataan SELECT; 0 jika tidak ada baris yang terpengaruh atau pernyataan gagal.

Berlaku untuk