BaseClasses Documentation

IAdapterSqlFragmentEncoder.Encode Method (Byte[], IRelationalDataAdapter)

Converts operand to a SQL literal/constant for use within a SQL statement.

string Encode(
   byte[] operand,
   IRelationalDataAdapter adapter
);

Parameters

operand
an object which contains the data for an expression's operand
adapter
the adapter used to create the SQL statement.

Return Value

a SQL literal/constant expression that is equivelent to operand

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace | IAdapterSqlFragmentEncoder.Encode Overload List