ReadFrom Method
En este artículo
[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
ReadFrom(Stream)
Creates and populates a DefaultGraphStore from a stream.
ReadFrom(TextReader)
Creates and populates a GraphStore by reading with a text reader.
ReadFrom(String)
Creates and populates a DefaultGraphStore from a file.
ReadFrom(GraphReader)
Reads from a DefaultGraphStore using a GraphReader .
ReadFrom(Stream, Encoding)
ReadFrom(String, Encoding)
Creates and populates a DefaultGraphStore from a file with encoded text.
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), GraphReader)
Creates a GraphStore using a delegate and populate it with a GraphReader .
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream)
Creates a GraphStore using a delegate and populates it from a stream.
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), TextReader)
Creates a GraphStore using a delegate and populates it from a text reader.
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), String)
Creates a GraphStore using a delegate and populates it from a file.
ReadFrom(Func< (Of < <' (GraphStore> ) > > ), Stream, Encoding)
Creates a GraphStore using a delegate and populates it from an encoded stream.
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