| Icon | Member | Description |
|---|---|---|
| GetModelsByAttribute(ArisAttrType, String) |
Gets a list of models in a database that have a specific value for a specific attribute.
The list is not ordered.
| |
| GetModelsByAttribute(ArisAttrType, String, ArisSortOrder) |
Gets a list of models in a database that have a specific value for a specific attribute.
The list is ordered by the name-value of the models and according to the order parameter.
| |
| GetModelsByAttribute(ArisAttrType, String, Predicate<(Of <(Model>)>)) |
Gets a list of models in a database that have a specific value for a specific attribute.
The list is ordered by the name-value of the models and according to the order parameter.
| |
| GetModelsByAttribute(ArisAttrType, String, ArisSortOrder, Predicate<(Of <(Model>)>)) |
Gets a list of models in a database that have a specific value for a specific attribute.
The list is ordered by the name-value of the models and according to the order parameter.
|