Method: Filemaker::Model::Criteria#chains

Defined in:
lib/filemaker/model/criteria.rb

#chainsArray (readonly)

Returns keep track of where clause and in clause to not mix them.

Returns:

  • (Array)

    keep track of where clause and in clause to not mix them



28
29
30
# File 'lib/filemaker/model/criteria.rb', line 28

def chains
  @chains
end