BaseClasses Documentation

IAdapterSqlFragmentEncoder.Encode Method (OperationType, IRelationalDataAdapter)

Used during SQL statements generation to get the platform specific function.

string Encode(
   OperationType operation,
   IRelationalDataAdapter adapter
);

Parameters

operation
the SQL function requested
adapter
the adapter used to create the SQL statement.

Return Value

the SQL function statement for the specified adapter.

See Also

IAdapterSqlFragmentEncoder Interface | BaseClasses Namespace | IAdapterSqlFragmentEncoder.Encode Overload List