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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2