DataObjectControllerGetDataObjectIdByTextPropertyValue Method |
Name | Description | |
---|---|---|
![]() | GetDataObjectIdByTextPropertyValue(Guid, String, String) |
Returns the id of a dataobject (of a specific type) based on the value of a property of datatype text.
Security is overridden.
|
![]() ![]() | GetDataObjectIdByTextPropertyValue(Int32, Int32, String, SqlConnection, SqlTransaction) | Obsolete. |
![]() ![]() | GetDataObjectIdByTextPropertyValue(Int32, Int32, String, Boolean, SqlConnection, SqlTransaction) | Obsolete. |
![]() | GetDataObjectIdByTextPropertyValue(Int32, Int32, String, Boolean, Int32, Boolean) |
Returns the id of a dataobject (of a specific type) based on the value of a property of datatype text.
The id of the first dataobject that matches the property value is returned.
The property value is caseINsensitive.
If no dataobject is found zero is returned.
|