ReadFromString 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 string.
Overload List
Name | Description | |
---|---|---|
ReadFromString(String) | Creates and populates a DefaultGraphStore by reading from a string. | |
ReadFromString(Func< (Of < <' (GraphStore> ) > > ), String) | Creates a GraphStore using a delegate and populates it from a string. |
Top