DbContextMock<(Of <(<'TEntity>)>)>..::..SetupDbSetPropertyGet Method

Setups the database set property get.

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

Syntax


public void SetupDbSetPropertyGet(
	PropertyInfo propertyInfo,
	Object value
)
Public Sub SetupDbSetPropertyGet ( _
	propertyInfo As PropertyInfo, _
	value As Object _
)
public:
void SetupDbSetPropertyGet(
	PropertyInfo^ propertyInfo, 
	Object^ value
)

Parameters

propertyInfo
Type: PropertyInfo
The property information.
value
Type: Object
The value.