DataLoadOptions Methods
.NET Framework (current version)
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | 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. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Show:
