DataObjectControllerGetDisplayName Method |
Name | Description | |
---|---|---|
![]() | GetDisplayName(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.
|
![]() | GetDisplayName(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.
|
![]() ![]() | GetDisplayName(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.
|