| Visual Basic (Declaration) | |
|---|---|
Overloads Public Shared Function Create( _ ByVal context As ObjectContext, _ ByVal objects As IList(Of T) _ ) As ObjectReader(Of T) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public static ObjectReader<T> Create( ObjectContext context, IList<T> objects ) | |
| Managed Extensions for C++ | |
|---|---|
public: static ObjectReader<T>* Create( ObjectContext* context, IList<T>* objects ) | |
| C++/CLI | |
|---|---|
public: static ObjectReader<T>^ Create( ObjectContext^ context, IList<T>^ objects ) | |
Parameters
- context
- The ObjectContext associated with the reader.
- objects
- The list of objects enumerated by the reader.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family