See Also

OracleTable Class  | OracleTable Members

Language

Visual Basic

C#

Show All

oraType
An OracleType to create a new instance of the OracleTable. This should be the nested table type, not the type of objects of which the table consists.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

OracleTable Constructor

Devart.Data.Oracle Namespace > OracleTable Class : OracleTable Constructor (OracleTable)

Initializes a new instance of the OracleTable class.

[Visual Basic]
Public Function New( _    ByVal oraType As OracleType _ )
[C#]
public OracleTable(    OracleType oraType );

Parameters

oraType
An OracleType to create a new instance of the OracleTable. This should be the nested table type, not the type of objects of which the table consists.

Remarks

Use this constructor to create an OracleTable and pass it as a parameter by assigning to Devart.Common.DbParameterBase.Value at the time of initialization.

See Also

OracleTable Class  | OracleTable Members

 

 


© 2002 - 2013 Devart. All Rights Reserved.