Class
BackendSpecificAttribute

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public abstract class BackendSpecificAttribute : MetadataAttribute

Inheritance: objectAttributeDescriptionAttributeMetadataAttributeBackendSpecificAttribute

Derived Classes: ColumnAttributeTableAttribute

Constructors

BackendSpecificAttribute()

Declaration

cs-api-definition
public BackendSpecificAttribute()

BackendSpecificAttribute(Backend)

Declaration

cs-api-definition
public BackendSpecificAttribute(Backend backendType)

Parameters

backendType

Backend

Properties

BackendType

Declaration

cs-api-definition
public Backend BackendType { get; }

Property Value

Backend