Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function Convert ( _ sqlException As Exception, _ message As String, _ sql As SqlString _ ) As ADOException |
C# |
---|
protected ADOException Convert( Exception sqlException, string message, SqlString sql ) |
Visual C++ |
---|
protected: ADOException^ Convert( Exception^ sqlException, String^ message, SqlString^ sql ) |
JavaScript |
---|
function convert(sqlException, message, sql); |
Parameters
- sqlException
- Type: System..::.Exception
- message
- Type: System..::.String
- sql
- Type: NHibernate.SqlCommand..::.SqlString