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 | |
---|---|---|
CreateCollection(Identifier, NodeKind) | When overridden in a derived class, creates a collection node of the specified kind and brand. | |
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. | |
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