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.
Enum DbAPIObjectGraphSupportType
Spcifies whether the serializer supports proper serialization of object graphs in a given database operation.
Namespace: VeloxDB.Protocol
Assembly: vlxc.dll
Syntax
public enum DbAPIObjectGraphSupportType
Fields
Name | Description |
---|---|
Both | Both response and response data is serialized using support for object graphs. |
None | Both reqest and response data is not serialized using support for object graphs. |
Request | Request data is serialized using support for object graphs. |
Response | Response data is serialized using support for object graphs. |