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 (TextReader)

Instructs the DataSet to infer a schema from a document.

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

Parameters

reader
A TextReader that contains the document from which to infer a schema.

See Also

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