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

Setups the database set properties.

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

Syntax


public virtual void SetupDbSetProperties(
	PropertyInfo propertyInfo,
	Object value
)
Public Overridable Sub SetupDbSetProperties ( _
	propertyInfo As PropertyInfo, _
	value As Object _
)
public:
virtual void SetupDbSetProperties(
	PropertyInfo^ propertyInfo, 
	Object^ value
)

Parameters

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