RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

WhereItem..::..SetRightParenthesesCount Method

Sets the right parentheses count.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public WhereItem SetRightParenthesesCount(
	int count
)
Public Function SetRightParenthesesCount ( _
	count As Integer _
) As WhereItem
public:
WhereItem^ SetRightParenthesesCount(
	int^ count
)

Parameters

count
Type: Int32
The count.

Return Value

This object.