NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjectStoreTable.LoadObjects

[To be supplied.]

[Visual Basic]
Overridable Public Sub LoadObjects( _
   ByVal values() As Object, _
   ByVal arrayType As Type _
)
[C#]
public virtual void LoadObjects(
   object[] values,
   Type arrayType
);
[C++]
public: virtual void LoadObjects(
   Object* values[],
   Type* arrayType
);
[JScript]
public function LoadObjects(
   values : Object[],
   arrayType : Type
);

Parameters

values
[To be supplied.]
arrayType
[To be supplied.]

See Also

ObjectStoreTable Class | ObjectStoreTable Members | System.Data Namespace