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