ExecuteNonQuery
- връща броя на засегнатите редове.
SqlCommand comm;
// other codes
int numberOfRecords = comm.ExecuteNonQuery();
ExecuteNonQuery
- връща броя на засегнатите редове.
SqlCommand comm;
// other codes
int numberOfRecords = comm.ExecuteNonQuery();