This documentation is archived and is not being maintained.

DataBinder Methods

The DataBinder type exposes the following members.

  NameDescription
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Static member Eval(Object, String) Evaluates data-binding expressions at run time.
Public method Static member Eval(Object, String, String) Evaluates data-binding expressions at run time and formats the result as a string.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member GetDataItem(Object) Retrieves an object's declared data item.
Public method Static member GetDataItem(Object, Boolean%) Retrieves an object's declared data item, indicating success or failure.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Static member GetIndexedPropertyValue(Object, String) Retrieves the value of a property of the specified container and navigation path.
Public method Static member GetIndexedPropertyValue(Object, String, String) Retrieves the value of the specified property for the specified container, and then formats the results.
Public method Static member GetPropertyValue(Object, String) Retrieves the value of the specified property of the specified object.
Public method Static member GetPropertyValue(Object, String, String) Retrieves the value of the specified property of the specified object, and then formats the results.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: