Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Sub RegisterFunction ( _ name As String, _ function As ISQLFunction _ ) |
C# |
---|
protected void RegisterFunction( string name, ISQLFunction function ) |
Visual C++ |
---|
protected: void RegisterFunction( String^ name, ISQLFunction^ function ) |
JavaScript |
---|
function registerFunction(name, function); |