[Missing <summary> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

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

Syntax

C#
public static string ExtendMessage(
	string message,
	string sql,
	Object[] parameterValues,
	IDictionary<string, TypedValue> namedParameters
)
Visual Basic
Public Shared Function ExtendMessage ( _
	message As String, _
	sql As String, _
	parameterValues As Object(), _
	namedParameters As IDictionary(Of String, TypedValue) _
) As String
Visual C++
public:
static String^ ExtendMessage(
	String^ message, 
	String^ sql, 
	array<Object^>^ parameterValues, 
	IDictionary<String^, TypedValue^>^ namedParameters
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

sql
Type: System..::..String

[Missing <param name="sql"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

parameterValues
Type: array<System..::..Object>[]()[][]

[Missing <param name="parameterValues"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

namedParameters
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, TypedValue>)>)>

[Missing <param name="namedParameters"/> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Exceptions.ADOExceptionHelper.ExtendMessage(System.String,System.String,System.Object[],System.Collections.Generic.IDictionary{System.String,NHibernate.Engine.TypedValue})"]

See Also