|
Oracle® Data Provider for .NET Developer's Guide
10g Release 1 (10.1.0.3) Part No. B14164-01 |
|
|
|
|
The OracleXmlCommandType enumeration specifies the values that are allowed for the XmlCommandType property of the OracleCommand class. It is used to specify the type of XML operation.
Table 5-1 lists all the OracleXmlCommandType enumeration values with a description of each enumerated value.
Table 5-1 OracleXmlCommandType Members
| Member Name | Description |
|---|---|
None
|
No XML operation is desired |
Query
|
The command text is a SQL query and the result of the query is an XML document. The SQL query needs to be a select statement |
Insert
|
The command text is an XML document containing rows to insert. |
Update
|
The command text is an XML document containing rows to update. |
Delete
|
The command text is an XML document containing rows to delete. |