Skip to content
Eduardo (Flakes) edited this page Jul 7, 2021 · 5 revisions

Once you've instantiated the database context, there are two ways to construct queries.

Prerequisites

You may need to import in some cases the following namespaces:

  • Firenet
  • System.Linq

First Way

The first way is using the query method from the own api google cloud invoking the method 'Query()' and using the methods that the documentation is avaible here.

image

Second Way

The second form is experimental yet but has good results in general. Be careful and always test the results.

image

Clone this wiki locally