Class ExecuteSqlResponseBatch
Contains the details for the Batch SQL statements to execute on the database connection.
Inherited Members
Namespace: Oci.DatabasetoolsruntimeService.Models
Assembly: OCI.DotNetSDK.Databasetoolsruntime.dll
Syntax
public class ExecuteSqlResponseBatch : ExecuteSqlResponse
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ExecuteSqlResponseItemBatch> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ExecuteSqlResponseItemBatch> | The execution result of a statement. |
Remarks
Required