示例#1
0
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblExchange_Rate</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblExchange_Rate_GetAll", true));
 }
示例#2
0
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblPayment</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblPayment_GetAll", true));
 }
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblDonor_Contact</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblDonor_Contact_GetAll", true));
 }
示例#4
0
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblItem_Type</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblItem_Type_GetAll", true));
 }
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblInvoice_Detail</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblInvoice_Detail_GetAll", true));
 }
 /// <summary>
 /// Creates and returns an <see cref="System.Data.IDbCommand"/> object that is used
 /// to retrieve all records from the <c>tblGeneral_Journal</c> table.
 /// </summary>
 /// <returns>A reference to the <see cref="System.Data.IDbCommand"/> object.</returns>
 protected virtual IDbCommand CreateGetAllCommand()
 {
     return(_db.CreateCommand("dbo._tblGeneral_Journal_GetAll", true));
 }