Compartir a través de


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
Public methodStatic member ReadFrom(Stream) Reads an enumerable collection of edges using an IO stream.
Public methodStatic member ReadFrom(TextReader) Reads an enumerable collection of edges using a text reader.
Public methodStatic member ReadFrom(String) Reads an enumerable collection of edges from a string.
Public methodStatic member ReadFrom(GraphReader) Reads an enumerable collection of edges using a GraphReader.
Public methodStatic member ReadFrom(Stream, Func< (Of < <' (GraphStore> ) > > ))
Public methodStatic member ReadFrom(Stream, Encoding) Reads an enumerable collection of edges using an IO stream.
Public methodStatic member ReadFrom(TextReader, Func< (Of < <' (GraphStore> ) > > ))
Public methodStatic member ReadFrom(String, Func< (Of < <' (GraphStore> ) > > ))
Public methodStatic member ReadFrom(String, Encoding) Reads an enumerable collection of edges from a string.
Public methodStatic member ReadFrom(GraphReader, Func< (Of < <' (GraphStore> ) > > ))
Public methodStatic member ReadFrom(Stream, Encoding, Func< (Of < <' (GraphStore> ) > > ))
Public methodStatic member ReadFrom(String, Encoding, Func< (Of < <' (GraphStore> ) > > ))

Top

See Also

Reference

Node Structure

Node Members

System.Dataflow Namespace