public abstract class SQLiteCollationFunction : SQLiteFunction, System.IDisposable
'Declaration Public MustInherit Class SQLiteCollationFunction Inherits SQLiteFunction Implements System.IDisposable
Use this class to derive classes for user-defined collation functions from it.
Collation functions are used for sorting. You should implement the comparison operation for it.
To register the user-defined collation funtion, create the class, derived from SQLiteCollationFunction and pass its name to the base class constructor.
You should also override Compare method. This method should implement the comparison operation.
System.Object
Devart.Data.SQLite.SQLiteFunction
Devart.Data.SQLite.SQLiteCollationFunction