See Also

NativeOracleArray Class  | NativeOracleArray Members

Language

Visual Basic

C#

Show All

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

Add Method

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

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

[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 NativeOracleArray.

Return Type

The NativeOracleArray 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

NativeOracleArray Class  | NativeOracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.