ReadFrom(T) 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.]

Overload List

  Name Description
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(Stream) Creates and populates a GraphStore from a stream.
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(TextReader) Create and populate a GraphStore by reading with a text reader.
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(String) Creates and populates a GraphStore from a file.
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(GraphReader) Creates and populates a GraphStore with a GraphReader.
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(Stream, Encoding) Creates and populates a GraphStore from an encoded stream.
Public methodStatic member ReadFrom< (Of < <' (T> ) > > )(String, Encoding) Creates and populates a GraphStore from a file with encoded text.

Top

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace