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

SelectQuery..::..AddWhereItemEnum<(Of <(<'T>)>)> Method (QueryTable, String, Conditions, String)

Creates an enumerator where item and adds it to the where items list.

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

Syntax


public WhereEnumItem AddWhereItemEnum<T>(
	QueryTable queryTable,
	string fieldName,
	Conditions condition,
	string value
)
where T : Enum, Enum, Enum, Enum
Public Function AddWhereItemEnum(Of T As {Enum, Enum, Enum, Enum}) ( _
	queryTable As QueryTable, _
	fieldName As String, _
	condition As Conditions, _
	value As String _
) As WhereEnumItem
public:
generic<typename T>
where T : Enum, Enum, Enum, Enum
WhereEnumItem^ AddWhereItemEnum(
	QueryTable^ queryTable, 
	String^ fieldName, 
	Conditions^ condition, 
	String^ value
)

Type Parameters

T
An enumerator class

Parameters

queryTable
Type: RingSoft.DbLookup.QueryBuilder..::..QueryTable
The query table.
fieldName
Type: String
Name of the field.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
value
Type: String
The value.

Return Value

The where item object that was created for further configuration.