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

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

Syntax

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

Parameters

sqle
Type: System..::..Exception

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

sql
Type: NHibernate.SqlCommand..::..SqlString

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

Return Value

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

See Also