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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub New()
[C#] public ObjectStoreTable();
[C++] public: ObjectStoreTable();
[JScript] public function ObjectStoreTable();

[To be supplied.]

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

[To be supplied.]

[Visual Basic] Overloads Public Sub New(Object(), String)
[C#] public ObjectStoreTable(Object[], String);
[C++] public: ObjectStoreTable(Object*[], String);
[JScript] public function ObjectStoreTable(Object[], String);

[To be supplied.]

[Visual Basic] Overloads Public Sub New(Object(), Type, String)
[C#] public ObjectStoreTable(Object[], Type, String);
[C++] public: ObjectStoreTable(Object*[], Type, String);
[JScript] public function ObjectStoreTable(Object[], Type, String);

See Also

ObjectStoreTable Class | ObjectStoreTable Members | System.Data Namespace