| DataObjectControllerGetDataObjectIdsByTextPropertyValues Method (Int32, Int32, IListString, Boolean, SqlConnection, SqlTransaction) |
Note: This API is now obsolete.
Returns the ids of one or more dataobjects (of a specific type) based on the values of a property of datatype text.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Use non-static version (obsoleted in v14)")]
public static IntegerList GetDataObjectIdsByTextPropertyValues(
int dataObjectTypeId,
int propertyId,
IList<string> propertyValues,
bool mustBeLocked,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectTypeId
- Type: SystemInt32
- propertyId
- Type: SystemInt32
Id of a Value property w. datatype 'Text'.
- propertyValues
- Type: System.Collections.GenericIListString
The property values are caseINsensitive.
- mustBeLocked
- Type: SystemBoolean
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also