dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTable Class
Properties Methods

OracleTable Class Members

The following tables list the members exposed by OracleTable.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the OracleTable class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements that the OracleArray can contain. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets the number of elements contained in the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets a value indicating whether the OracleArray has a fixed size. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyIndicates whether or not the OracleArray represents a null value. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets a value indicating whether the OracleArray is read-only. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets a value indicating whether access to the OracleArray is synchronized (thread-safe). (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets or sets the element at the specified index. (Inherited from Devart.Data.Oracle.OracleArray)
Public Propertystatic (Shared in Visual Basic)Represents a null value of an OracleTable object.  
Public PropertyGets type of the objects in the array. (Inherited from Devart.Data.Oracle.OracleArray)
Public PropertyGets an object that can be used to synchronize access to the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Top
Public Methods
 NameDescription
Public MethodAdds an object of specified OracleType.ItemDbType type to the end of the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodRemoves all elements from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodCreates a copy of an OracleArray object. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodDetermines whether an element is in the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodCopies the entire OracleArray to a compatible System.Array starting at the specified index. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodReturns an enumerator for the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodGets the value of the array element at the specified ordinal in its Oracle format. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodGets the location in the collection of the OracleArray object. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodInserts an OracleArray into the collection at the specified index. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodRemoves the specified element from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Public MethodRemoves the element at the specified index from the OracleArray. (Inherited from Devart.Data.Oracle.OracleArray)
Top
See Also