Example #1
0
        ///<summary>
        ///Get records count.
        ///</summary>
        public static int GetRecordsCount(DO_SaleShop_profits_qyjl_log.UO_SaleShop_profits_qyjl_log parameterObj, bool isAnd, TokenTypes tokenTypes, Dictionary <DO_SaleShop_profits_qyjl_log.Columns, TokenTypes> extTokens)
        {
            DO_SaleShop_profits_qyjl_log da = new DO_SaleShop_profits_qyjl_log();

            return(da.GetRecordsCount(GetConditionsByObject(parameterObj, isAnd, tokenTypes, extTokens)));
        }
Example #2
0
        ///<summary>
        ///Get all records count.
        ///</summary>
        public static int GetAllRecordsCount()
        {
            DO_SaleShop_profits_qyjl_log da = new DO_SaleShop_profits_qyjl_log();

            return(da.GetRecordsCount());
        }