Compartir a través de


ReadFromString Method (String, Func(GraphStore))

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

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSharedFunctionReadFromString ( _
    textAsString, _
    createStoreAsFunc(OfGraphStore) _
) AsIEnumerable(OfEdge)
'Usage
DimtextAsStringDimcreateStoreAsFunc(OfGraphStore)
DimreturnValueAsIEnumerable(OfEdge)

returnValue = Node.ReadFromString(text, _
    createStore)
publicstaticIEnumerable<Edge> ReadFromString(
    stringtext,
    Func<GraphStore> createStore
)
public:
staticIEnumerable<Edge>^ ReadFromString(
    String^ text, 
    Func<GraphStore^>^ createStore
)
publicstaticfunctionReadFromString(
    text : String, 
    createStore : Func<GraphStore>
) : IEnumerable<Edge>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Edge> ) > ) >

.NET Framework Security

See Also

Reference

Node Structure

Node Members

ReadFromString Overload

System.Dataflow Namespace