Interface IRepository
Namespace: Volo.Abp.Domain.Repositories
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IRepository
Properties
EntityName
Declaration
string? EntityName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsChangeTrackingEnabled
Declaration
bool? IsChangeTrackingEnabled { get; }
Property Value
| Type | Description |
|---|---|
| bool? |
ProviderName
Declaration
string ProviderName { get; }
Property Value
| Type | Description |
|---|---|
| string |