[Missing <summary> documentation for "M:NHibernate.AdoNet.Util.SqlStatementLogger.GetCommandLineWithParameters(System.Data.IDbCommand)"]

Namespace: NHibernate.AdoNet.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string GetCommandLineWithParameters(
	IDbCommand command
)
Visual Basic
Public Function GetCommandLineWithParameters ( _
	command As IDbCommand _
) As String
Visual C++
public:
String^ GetCommandLineWithParameters(
	IDbCommand^ command
)

Parameters

command
Type: System.Data..::..IDbCommand

[Missing <param name="command"/> documentation for "M:NHibernate.AdoNet.Util.SqlStatementLogger.GetCommandLineWithParameters(System.Data.IDbCommand)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.AdoNet.Util.SqlStatementLogger.GetCommandLineWithParameters(System.Data.IDbCommand)"]

See Also