Click or drag to resize
ElementFactoryWhere Method
Create a new where attribute

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public IAttribute Where(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: IAttribute
Remarks
where [String] Used instead of the id attribute to specify the WHERE clause for the search criteria. Include the table name with the column name using the dot notation: where="[user].first_name like 'Tom%'"
See Also