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