| Visual Basic (Declaration) | |
|---|---|
Overloads Overridable Sub Load( _ ByVal context As ObjectContext, _ ByVal query As IQuery, _ ByVal amount As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
virtual void Load( ObjectContext context, IQuery query, int amount ) | |
| Managed Extensions for C++ | |
|---|---|
virtual void Load( ObjectContext* context, IQuery* query, int amount ) | |
| C++/CLI | |
|---|---|
virtual void Load( ObjectContext^ context, IQuery^ query, int amount ) | |
Parameters
- context
- ObjectContext that called this routine.
- query
- IQuery that is executed by the context to load the objects.
- amount
- Specifies the maximum amount of objects that have to be loaded from the storage.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family