Show / Hide Table of Contents

Class CryptoSqlnetParameterSource

Source details for SQLNET parameter values.

Inheritance
object
CryptoSqlnetParameterSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class CryptoSqlnetParameterSource

Properties

Type

Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CryptoSqlnetParameterSource.TypeEnum? Type { get; set; }
Property Value
Type Description
CryptoSqlnetParameterSource.TypeEnum?

Source type of SQLNET parameter data.

Remarks

Required

In this article
Back to top