IDbContextMock..::..SetupDbSetProperties Method

Setups the database set properties.

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

Syntax


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

Parameters

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