NonQueryResult.RowsAffected Properti

Definisi

Mendapatkan atau mengatur jumlah baris yang terpengaruh oleh ExecuteNonQuery metode .

public:
 property int RowsAffected { int get(); void set(int value); };
public int RowsAffected { get; set; }
member this.RowsAffected : int with get, set
Public Property RowsAffected As Integer

Nilai Properti

Jumlah baris yang dipengaruhi oleh ExecuteNonQuery metode .

Berlaku untuk