| 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
);The NativeOracleArray index at which the value has been added.
If value of Count property equals to Capacity the Add method raises an error.
NativeOracleArray Class | NativeOracleArray Members
© 2002 - 2013 Devart. All Rights Reserved.