DbContextMock<(Of <(<'TEntity>)>)>..::..CallBase Property

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

Syntax


public bool CallBase { get; set; }
Public Property CallBase As Boolean
	Get
	Set
public:
property bool^ CallBase {
	bool^ get ();
	void set (bool^ value);
}