Class DbType
Represents the type of FieldValue instance.
Generally every subclass of FieldValue is
represented by its own DbType value, with the exception
of MapValue and RecordValue both
represented by Map.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public sealed class DbType : Enum
Fields
| Name | Description |
|---|---|
| Array | Represents ArrayValue. |
| Binary | Represents BinaryValue. |
| Boolean | Represents BooleanValue. |
| Double | Represents DoubleValue. |
| Empty | For internal use only. |
| Integer | Represents IntegerValue. |
| JsonNull | Represents JsonNullValue. |
| Long | Represents LongValue. |
| Map | Represents MapValue or RecordValue. |
| Null | Represents NullValue. |
| Number | Represents NumberValue. |
| String | Represents StringValue. |
| Timestamp | Represents TimestampValue. |
| value__ |