/// <summary>
 /// This routine returns the number of rows affected by a query.
 /// </summary>
 /// <returns>The row count is returned.</returns>
 public int ACR_SQLGetAffectedRows()
 {
     return(Implementation.ACR_SQLGetAffectedRows());
 }