D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\Data\QueryOptions4WebAPI.cs
/*
* This file was generated by ProCG version 2.0
*
* File name: Northwind\Data\QueryOptions4WebAPI.cs
* Language: C# - ADO.Net
* Database: My Sql
*
* Copyright (c) 2002-2019 iGenXSoft.
* For more information visit http://www.igenxsoft.com
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Northwind.Data
{
public class QueryOptions4WebAPI
{
public int Start { get; set; }
public int Limit { get; set; }
public bool GetTotalCount { get; set; }
public int[] ReturnFields { get; set; }
public (int, OrderEnum)[] OrderBy { get; set; }
}
}
// 726 ProCG uses this line - don't edit it