BaseClasses Documentation

IAdapterSqlFragmentEncoder Members

IAdapterSqlFragmentEncoder overview

Public Instance Properties

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

Public Instance Methods

ConvertDBException Converts an exception message to a more readable message.
EncodeOverloaded. Used during SQL statements generation to get the platform specific function.
EncodeIdentifier Used during generation of SQL statements to generate the column identifier to be used in queries.
EscapeLikeExpression Create escape search characters in operand.
ExplicitlyCastExpression Use operand to generate a SQL cast to string expression.
GetConcatOperator The function returns concatenation operator to use when generation SQL statements.
GetFalseValue Returns a SQL expression that will always evaluate as False when used in a SQL statement.
GetTrueValue Returns a SQL expression that will always evaluate as True when used in a SQL statement.
ToCaseInsensitiveSql Converts sqlExpression to an uppercase SQL expression for use within a case-insensitive SQL statement. Certain (inherently case-insensitive) expressions will be unaffected.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace