note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Class DbAPIObjectGraphSupportType
Spcifies whether the serializer supports proper serialization of object graphs in a given database operation.
Inheritance
System.Object
DbAPIObjectGraphSupportType
Namespace: VeloxDB.Protocol
Assembly: vlxc.dll
Syntax
public sealed class DbAPIObjectGraphSupportType : Enum
Fields
Both
Both response and response data is serialized using support for object graphs.
Declaration
public const DbAPIObjectGraphSupportType Both
Field Value
Type | Description |
---|---|
DbAPIObjectGraphSupportType |
None
Both reqest and response data is not serialized using support for object graphs.
Declaration
public const DbAPIObjectGraphSupportType None
Field Value
Type | Description |
---|---|
DbAPIObjectGraphSupportType |
Request
Request data is serialized using support for object graphs.
Declaration
public const DbAPIObjectGraphSupportType Request
Field Value
Type | Description |
---|---|
DbAPIObjectGraphSupportType |
Response
Response data is serialized using support for object graphs.
Declaration
public const DbAPIObjectGraphSupportType Response
Field Value
Type | Description |
---|---|
DbAPIObjectGraphSupportType |