Click or drag to resize

DataObjectControllerGetDataObjectIdByTextPropertyValue Method

Overload List
  NameDescription
Public methodGetDataObjectIdByTextPropertyValue(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.
Public methodStatic memberGetDataObjectIdByTextPropertyValue(Int32, Int32, String, SqlConnection, SqlTransaction) Obsolete.
Public methodStatic memberGetDataObjectIdByTextPropertyValue(Int32, Int32, String, Boolean, SqlConnection, SqlTransaction) Obsolete.
Public methodGetDataObjectIdByTextPropertyValue(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.
Top
See Also