ReadFrom(T) Method
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Overload List
Name | Description | |
---|---|---|
ReadFrom< (Of < <' (T> ) > > )(Stream) | Creates and populates a GraphStore from a stream. | |
ReadFrom< (Of < <' (T> ) > > )(TextReader) | Create and populate a GraphStore by reading with a text reader. | |
ReadFrom< (Of < <' (T> ) > > )(String) | Creates and populates a GraphStore from a file. | |
ReadFrom< (Of < <' (T> ) > > )(GraphReader) | Creates and populates a GraphStore with a GraphReader. | |
ReadFrom< (Of < <' (T> ) > > )(Stream, Encoding) | Creates and populates a GraphStore from an encoded stream. | |
ReadFrom< (Of < <' (T> ) > > )(String, Encoding) | Creates and populates a GraphStore from a file with encoded text. |
Top