[Missing <summary> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.TryGetActualSqlQuery(System.Exception,System.String)"]

Namespace: NHibernate.Exceptions
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static string TryGetActualSqlQuery(
	Exception sqle,
	string sql
)
Visual Basic
Public Shared Function TryGetActualSqlQuery ( _
	sqle As Exception, _
	sql As String _
) As String
Visual C++
public:
static String^ TryGetActualSqlQuery(
	Exception^ sqle, 
	String^ sql
)

Parameters

sqle
Type: System..::..Exception

[Missing <param name="sqle"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.TryGetActualSqlQuery(System.Exception,System.String)"]

sql
Type: System..::..String

[Missing <param name="sql"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.TryGetActualSqlQuery(System.Exception,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.TryGetActualSqlQuery(System.Exception,System.String)"]

See Also