Show / Hide Table of Contents

Class ExecuteSqlResponseScript

Contains the details for the Script SQL statements to execute on the database connection.

Inheritance
object
ExecuteSqlResponse
ExecuteSqlResponseScript
Inherited Members
ExecuteSqlResponse.Env
ExecuteSqlResponse.Version
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top