[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.]
Creates and populates a GraphStore by reading from a stream.
Overload List
.jpeg) .gif) |
ReadFrom(Stream) |
Creates and populates a DefaultGraphStore from a stream. |
.jpeg) .gif) |
ReadFrom(TextReader) |
Creates and populates a GraphStore by reading with a text reader. |
.jpeg) .gif) |
ReadFrom(String) |
Creates and populates a DefaultGraphStore from a file. |
.jpeg) .gif) |
ReadFrom(GraphReader) |
Reads from a DefaultGraphStore using a GraphReader. |
.jpeg) .gif) |
ReadFrom(Stream, Encoding) |
|
.jpeg) .gif) |
ReadFrom(String, Encoding) |
Creates and populates a DefaultGraphStore from a file with encoded text. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), GraphReader) |
Creates a GraphStore using a delegate and populate it with a GraphReader. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream) |
Creates a GraphStore using a delegate and populates it from a stream. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), TextReader) |
Creates a GraphStore using a delegate and populates it from a text reader. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), String) |
Creates a GraphStore using a delegate and populates it from a file. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream, Encoding) |
Creates a GraphStore using a delegate and populates it from an encoded stream. |
.jpeg) .gif) |
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), String, Encoding) |
Creates a GraphStore using a delegate and populates it from a file with encoded text. |
Top
See Also
Reference
GraphStore Class
GraphStore Members
System.Dataflow Namespace