DataLoadOptions Methods
Silverlight
The DataLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssociateWith(LambdaExpression) | Filters the objects retrieved for a particular relationship. |
|
AssociateWith<T>(Expression<Func<T, Object>>) | Filters objects retrieved for a particular relationship. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
LoadWith(LambdaExpression) | Retrieves specified data related to the main target by using a lambda expression. |
|
LoadWith<T>(Expression<Func<T, Object>>) | Specifies which sub-objects to retrieve when a query is submitted for an object of type T. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: