IDbContextMock<(Of <(<'TEntity>)>)> Interface

Interface IDbContextMock Implements the IDbContextMock

Namespace:  FastMoq.Models
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public interface IDbContextMock<TEntity> : IDbContextMock
where TEntity : DbContext
Public Interface IDbContextMock(Of TEntity As DbContext) _
	Inherits IDbContextMock
generic<typename TEntity>
where TEntity : DbContext
public interface class IDbContextMock : IDbContextMock

Type Parameters

TEntity
The type of the t entity.