See Also

OracleArray Class  | OracleArray Members

Language

Visual Basic

C#

Show All

value
An Object to locate in the OracleArray.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Contains Method

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

Determines whether an element is in the OracleArray.

[Visual Basic]
Public Function Contains( _    ByVal value As Object _ ) As Boolean
[C#]
public bool Contains(    object value );

Parameters

value
An Object to locate in the OracleArray.

Return Type

true if an item is found in the OracleArray; otherwise, false.

See Also

OracleArray Class  | OracleArray Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.