See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

value
The Object to be added to the end of the OracleArray.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Add Method

Devart.Data.Oracle Namespace > OracleArray Class : Add Method (OracleArray)

Adds an object of specified OracleType.ItemDbType type to the end of the OracleArray.

[Visual Basic]
Public Function Add( _    ByVal value As Object _ ) As Integer
[C#]
public int Add(    object value );

Parameters

value
The Object to be added to the end of the OracleArray.

Return Type

The OracleArray index at which the value has been added.

Remarks

If value of Count property equals to Capacity the Add method raises an error.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.