IDbContextMock..::..SetupDbSetPropertyGet Method

Setups the database set property get.

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

Syntax


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

Parameters

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