Share via


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

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

Syntax

'Declaration
PublicMustOverrideSubInsert ( _
    storeAsGraphStore, _
    storeKeyAsObject, _
    indexAsInteger, _
    itemAs Node _
)
'Usage
DiminstanceAsGraphStoreListAdapterDimstoreAsGraphStoreDimstoreKeyAsObjectDimindexAsIntegerDimitemAs Node

instance.Insert(store, storeKey, index, _
    item)
publicabstractvoidInsert(
    GraphStorestore,
    ObjectstoreKey,
    intindex,
    Node item
)
public:
virtualvoidInsert(
    GraphStore^ store, 
    Object^ storeKey, 
    intindex, 
    Node item
) abstract
publicabstractfunctionInsert(
    store : GraphStore, 
    storeKey : Object, 
    index : int, 
    item : Node
)

Parameters

.NET Framework Security

See Also

Reference

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Class

GraphStoreListAdapter< (Of < ( <'Node> ) > ) > Members

System.Dataflow Namespace