Class DalBase<TEntity>
ʵÌåÊý¾Ý·ÃÎʲã»ùÀà
Inherited Members
Namespace: DapperDal
Assembly: DapperDal.dll
Syntax
public class DalBase<TEntity> : DalBase<TEntity, int> where TEntity : class
Type Parameters
Name | Description |
---|---|
TEntity | ʵÌåÀàÐÍ |
Constructors
| Improve this Doc View SourceDalBase()
ĬÈϳõʼ»¯ DAL ÐÂʵÀý
Declaration
public DalBase()
DalBase(String)
ÓÃÅäÖýڵãÃû³õʼ»¯ DAL ÐÂʵÀý
Declaration
public DalBase(string connectionName)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionName | DBÁ¬½Ó×Ö·û´®ÅäÖýڵãÃû |