BaseClasses Documentation

IAdapterSqlFragmentEncoder.GetFalseValue Method 

Returns a SQL expression that will always evaluate as False when used in a SQL statement.

string GetFalseValue(
   IRelationalDataAdapter adapter
);

Parameters

adapter
the adapter that will use the SQL expression.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace