コード例 #1
0
        private ICommand Count(XTable table, ICommand command)
        {
            long count = table.Count();

            return(new CountCommand(count));
        }