[Missing <summary> documentation for "M:NHibernate.SqlCommand.JoinFragment.AddCondition(NHibernate.SqlCommand.SqlStringBuilder,System.String)"]

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

Syntax

C#
protected bool AddCondition(
	SqlStringBuilder buffer,
	string on
)
Visual Basic
Protected Function AddCondition ( _
	buffer As SqlStringBuilder, _
	on As String _
) As Boolean
Visual C++
protected:
bool AddCondition(
	SqlStringBuilder^ buffer, 
	String^ on
)

Parameters

buffer
Type: NHibernate.SqlCommand..::..SqlStringBuilder

[Missing <param name="buffer"/> documentation for "M:NHibernate.SqlCommand.JoinFragment.AddCondition(NHibernate.SqlCommand.SqlStringBuilder,System.String)"]

on
Type: System..::..String

[Missing <param name="on"/> documentation for "M:NHibernate.SqlCommand.JoinFragment.AddCondition(NHibernate.SqlCommand.SqlStringBuilder,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.SqlCommand.JoinFragment.AddCondition(NHibernate.SqlCommand.SqlStringBuilder,System.String)"]

See Also