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!

DataSet.InferSchema (Stream)

Instructs the DataSet to infer a schema from the specified Stream.

[Visual Basic]
Overloads Public Sub InferSchema( _
   ByVal stream As Stream _
)
[C#]
public void InferSchema(
   Stream stream
);
[C++]
public: void InferSchema(
   Stream* stream
);
[JScript]
public function InferSchema(
   stream : Stream
);

Parameters

stream
[To be supplied.]

See Also

DataSet Class | DataSet Members | System.Data Namespace | DataSet.InferSchema Overload List