Sql Method
Sql(String)
Succeeds if the specified SQL query succeeds.
Declaration
public static IPredicate Sql(string sql)
Parameters
String | sql | The SQL query. |
Returns
IPredicate | A new predicate. |
Remarks
(to be completed with SQL documentation)