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.]

Creates and populates a GraphStore by reading from a stream.

Overload List

  Name Description
Public methodStatic member ReadFrom(Stream) Creates and populates a DefaultGraphStore from a stream.
Public methodStatic member ReadFrom(TextReader) Creates and populates a GraphStore by reading with a text reader.
Public methodStatic member ReadFrom(String) Creates and populates a DefaultGraphStore from a file.
Public methodStatic member ReadFrom(GraphReader) Reads from a DefaultGraphStore using a GraphReader.
Public methodStatic member ReadFrom(Stream, Encoding)
Public methodStatic member ReadFrom(String, Encoding) Creates and populates a DefaultGraphStore from a file with encoded text.
Public methodStatic member ReadFrom(Func< (Of < <' (GraphStore> ) > > ), GraphReader) Creates a GraphStore using a delegate and populate it with a GraphReader.
Public methodStatic member ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream) Creates a GraphStore using a delegate and populates it from a stream.
Public methodStatic member ReadFrom(Func< (Of < <' (GraphStore> ) > > ), TextReader) Creates a GraphStore using a delegate and populates it from a text reader.
Public methodStatic member ReadFrom(Func< (Of < <' (GraphStore> ) > > ), String) Creates a GraphStore using a delegate and populates it from a file.
Public methodStatic member ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream, Encoding) Creates a GraphStore using a delegate and populates it from an encoded stream.
Public methodStatic member 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