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[], Type, String)

[To be supplied.]

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

Parameters

values
[To be supplied.]
valuesType
[To be supplied.]
name
[To be supplied.]

See Also

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