Class DatabaseAdapterAttribute
Database adapter attribute
Implements
Inherited Members
Namespace: XData.Database.Adapter
Assembly: XData.docfx.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class DatabaseAdapterAttribute : Attribute, IDatabaseAdapterMetadata
Constructors
| Improve this Doc View SourceDatabaseAdapterAttribute(String)
Database adapter attribute constructor
Declaration
public DatabaseAdapterAttribute(string adapterDatabase)
Parameters
Type | Name | Description |
---|---|---|
String | adapterDatabase | Connection type |
Properties
| Improve this Doc View SourceDatabase
Database connection type
Declaration
public string Database { get; }
Property Value
Type | Description |
---|---|
String |