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