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 DbAPIAttribute
This attribute can be applied either to a class or an interface. When used on a class, it tells VeloxDB that the class should be made public through VeloxDB protocol. Proxy interfaces that are used for connecting to VeloxDB database api are also marked with this attribute.
Inheritance
System.Object
DbAPIAttribute
Namespace: VeloxDB.Protocol
Assembly: vlxc.dll
Syntax
public sealed class DbAPIAttribute : Attribute
Constructors
DbAPIAttribute()
Declaration
public DbAPIAttribute()
Properties
Name
Specifies a name of the database API. Default name is full class/interface name. The name on server side and client side must be equal.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |