Deveel.Data.Sql.QueryLimit.QueryLimit C# (CSharp) Method

QueryLimit() public method

public QueryLimit ( long total ) : System
total long
return System
        public QueryLimit(long total)
            : this(-1, total)
        {
        }

Same methods

QueryLimit::QueryLimit ( long offset, long count ) : System
QueryLimit