ReferenceList.Add(Object) Method

Definition

Adds a DataReference or KeyReference object to the ReferenceList collection.

public:
 virtual int Add(System::Object ^ value);
public int Add (object value);
public int Add (object? value);
abstract member Add : obj -> int
override this.Add : obj -> int
Public Function Add (value As Object) As Integer

Parameters

value
Object

A DataReference or KeyReference object to add to the ReferenceList collection.

Returns

The position at which the new element was inserted.

Implements

Exceptions

The value parameter is not a DataReference object.

-or-

The value parameter is not a KeyReference object.

The value parameter is null.

Applies to