BaseClasses Documentation

IAdapterSqlFragmentEncoder.IsEmptyStringEqualsNull Property

Use operand to determine if an empty string is equal to null in the where clause of a SQL statement.

bool this[
   BaseClasses.IRelationalDataAdapter adapter
] {get;}

Parameters

adapter
the adapter used to create the SQL statement.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace