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

WhereItem..::..SetLeftParenthesesCount Method

Sets the left parentheses count.

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

Syntax


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

Parameters

count
Type: Int32
The count.

Return Value

This object.