Overview


Supplies data and operations on database tables


Details


Name:

Table Supplier

Prefix:

table

Supported Content:

DbTable

Provided By:

Connector for SQL Databases

Supported Keys


The following are the list of keys for which this supplier will return a value:

Key
Content Types
Return Type

Description

where [column name] eq [X]

DbTable

DbRow

Queries the table where column name = X

where [column name] neq [X]

DbTable

DbRow

Queries the table where column name <> X

where [column name] like [X]

DbTable

DbRow

Queries the table where column name like X

[X]

DbTable

Object

Returns the row with key value "X"

Examples