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 Constructor (Object[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal values() As Object _
)
[C#]
public ObjectStoreTable(
   object[] values
);
[C++]
public: ObjectStoreTable(
   Object* values[]
);
[JScript]
public function ObjectStoreTable(
   values : Object[]
);

Parameters

values
[To be supplied.]

See Also

ObjectStoreTable Class | ObjectStoreTable Members | System.Data Namespace | ObjectStoreTable Constructor Overload List