ReadFrom 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.]
Reads an enumerable collection of edges using a reader.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ReadFrom(Stream) | Reads an enumerable collection of edges using an IO stream. |
![]() ![]() |
ReadFrom(TextReader) | Reads an enumerable collection of edges using a text reader. |
![]() ![]() |
ReadFrom(String) | Reads an enumerable collection of edges from a string. |
![]() ![]() |
ReadFrom(GraphReader) | Reads an enumerable collection of edges using a GraphReader. |
![]() ![]() |
ReadFrom(Stream, Func< (Of < <' (GraphStore> ) > > )) | |
![]() ![]() |
ReadFrom(Stream, Encoding) | Reads an enumerable collection of edges using an IO stream. |
![]() ![]() |
ReadFrom(TextReader, Func< (Of < <' (GraphStore> ) > > )) | |
![]() ![]() |
ReadFrom(String, Func< (Of < <' (GraphStore> ) > > )) | |
![]() ![]() |
ReadFrom(String, Encoding) | Reads an enumerable collection of edges from a string. |
![]() ![]() |
ReadFrom(GraphReader, Func< (Of < <' (GraphStore> ) > > )) | |
![]() ![]() |
ReadFrom(Stream, Encoding, Func< (Of < <' (GraphStore> ) > > )) | |
![]() ![]() |
ReadFrom(String, Encoding, Func< (Of < <' (GraphStore> ) > > )) |
Top