DataBinder.GetDataItem Method (Object, Boolean)
Retrieves an object's declared data item, indicating success or failure.
Assembly: System.Web (in System.Web.dll)
Parameters
- container
-
Type:
System.Object
The object reference against which the expression is evaluated. This must be a valid object identifier in the page's specified language.
- foundDataItem
-
Type:
System.Boolean
A Boolean value that indicates whether the data item was successfully resolved and returned. This parameter is passed uninitialized.
Return Value
Type: System.ObjectAn object that represents the container's declared data item. Returns null if no data item is found or if the container evaluates to null.
An object's data item is identified two ways. If the container object implements the IDataItemContainer interface, the DataItem property identifies the data item, and is returned. Otherwise, the method attempts to resolve and return a container property named "DataItem".
Available since 2.0