Show / Hide Table of Contents

Class ExecuteSqlResponseItemProperties

Property information

Inheritance
object
ExecuteSqlResponseItemProperties
Inherited Members
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 ExecuteSqlResponseItemProperties

Properties

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public object DisplayName { get; set; }
Property Value
Type Description
object

Client properties returned as-is in the response. For asynchronous requests, the "displayName" property can be set to provide a user-friendly name that will propagate to the resulting Work Request to allow for easier identification and tracking of the operation's progress and outcome.

Query

Declaration
[JsonProperty(PropertyName = "query")]
public object Query { get; set; }
Property Value
Type Description
object

Client properties returned as-is in the response

Statement

Declaration
[JsonProperty(PropertyName = "statement")]
public object Statement { get; set; }
Property Value
Type Description
object

Client properties returned as-is in the response

In this article
Back to top