Skip to content

Fluent Interface

agershun edited this page Dec 28, 2014 · 6 revisions

Fluent Interface

    var res = alasql(data)
              .Where(function(x){x.Population>1000000})
              .OrderBy("Name")
              .exec();

Supported functions

  • Select()
  • From()
  • GroupBy()
  • Having()
  • OrderBy()
  • Top()
Clone this wiki locally