DomainContext.Load Method
WCF RIA Services
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Initiates a load operation.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Load(Of TEntity)(EntityQuery(Of TEntity)) | Initiates a load operation for the specified query. |
|
Load(Of TEntity)(EntityQuery(Of TEntity), Boolean) | Initiates a load operation for the specified query with the specified value indicating whether an error results in an exception. |
|
Load(Of TEntity)(EntityQuery(Of TEntity), Action(Of LoadOperation(Of TEntity)), Object) | Initiates a load operation for the specified query with the specified callback method, and user state. |
|
Load(Of TEntity)(EntityQuery(Of TEntity), LoadBehavior, Boolean) | Initiates a load operation for the specified query with the specified load behavior, and value indicating whether an error results in an exception. |
|
Load(EntityQuery, LoadBehavior, Action(Of LoadOperation), Object) | Initiates a load operation for the specified query with the specified load behavior, callback method, and user state. |
|
Load(Of TEntity)(EntityQuery(Of TEntity), LoadBehavior, Action(Of LoadOperation(Of TEntity)), Object) | Initiates a load operation for the specified query with the specified load behavior, callback method, and user state. |
Show: