C# Class Deveel.Data.Sql.QueryLimit

Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
QueryLimit ( long total ) : System
QueryLimit ( long offset, long count ) : System

Method Details

QueryLimit() public method

public QueryLimit ( long total ) : System
total long
return System

QueryLimit() public method

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