ReadFromString Method (String)
[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 the outgoing nodes into an enumerable collection using a string reader.
Namespace: System.Dataflow
Assembly: System.Dataflow (in System.Dataflow.dll)
Syntax
'Declaration
PublicSharedFunctionReadFromString ( _
textAsString _
) AsIEnumerable(OfEdge)
'Usage
DimtextAsStringDimreturnValueAsIEnumerable(OfEdge)
returnValue = Node.ReadFromString(text)
publicstaticIEnumerable<Edge> ReadFromString(
stringtext
)
public:
staticIEnumerable<Edge>^ ReadFromString(
String^ text
)
publicstaticfunctionReadFromString(
text : String
) : IEnumerable<Edge>
Parameters
- text
Type: System. . :: . .String
String to read.
Return Value
Type: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'Edge> ) > ) >
The collection of edges.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.85).