ElementFactoryWhere Method |
Create a new where attribute
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public IAttribute Where(
string value
)
Public Function Where (
value As String
) As IAttribute
Parameters
- value
- Type: SystemString
Return Value
Type:
IAttributeRemarks 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