Click or drag to resize

DataObjectControllerGetDataObject Method

Overload List
  NameDescription
Public methodGetDataObject(Guid, Boolean)
Loads and returns a single data object. Throws an exception if it can't be found.
Public methodGetDataObject(Int32, Boolean)
Loads and returns a single data object. Throws an exception if it can't be found.
Public methodStatic memberGetDataObject(Int32, SqlConnection, SqlTransaction)
Loads and returns a single data object. Throws an exception if it can't be found. Security is respected.
Public methodStatic memberGetDataObject(Int32, Boolean, SqlConnection, SqlTransaction)
Loads and returns a single data object. Throws an exception if it can't be found.
Top
See Also