Click or drag to resize

DataObjectControllerGetDisplayName Method

Overload List
  NameDescription
Public methodGetDisplayName(Int32)
Returns the display name of a data object. Obtaining the DisplayName using this method consumes less resources than loading the entire data object. The method doesn't consider the security model. The method doesn't consider whether the data object is marked as deleted.
Public methodGetDisplayName(Int32, Boolean)
Returns the display name of a data object. Obtaining the DisplayName using this method consumes less resources than loading the entire data object. The method doesn't consider whether the data object is marked as deleted.
Public methodStatic memberGetDisplayName(Int32, SqlConnection, SqlTransaction)
Returns the display name of a data object. Obtaining the DisplayName using this method consumes less resources than loading the entire data object. The method doesn't consider the security model. The method doesn't consider whether the data object is marked as deleted.
Top
See Also