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

When overridden in a derived class, creates a collection.

Overload List

  Name Description
Public method CreateCollection(Identifier, NodeKind) When overridden in a derived class, creates a collection node of the specified kind and brand.
Public method CreateCollection(Identifier, NodeKind, IEnumerable< (Of < <' (Edge> ) > > )) When overridden in a derived class, creates a collection node of the specified kind and brand, appending the edges enumeration.
Public method CreateCollection(Identifier, NodeKind, IEnumerable< (Of < <' (Node> ) > > )) When overridden in a derived class, creates a collection node of the specified kind and brand, using the nodes enumeration as successors.

Top

See Also

Reference

GraphStore Class

GraphStore Members

System.Dataflow Namespace