Class ConnectionStringNameAttribute
Inheritance
ConnectionStringNameAttribute
Assembly: Volo.Abp.Data.dll
Syntax
public class ConnectionStringNameAttribute : Attribute
Constructors
ConnectionStringNameAttribute(string)
Declaration
public ConnectionStringNameAttribute(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Methods
GetConnStringName(Type)
Declaration
public static string GetConnStringName(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
GetConnStringName<T>()
Declaration
public static string GetConnStringName<T>()
Returns
Type Parameters
Extension Methods