C# Class WhippedCream.DataServiceDataLayer.PropertyTypeMustBeACollectionException

This exception is thrown within the WhippedCreamUpdatableContext methods that expect a property name to point to a property with a return type that is an IList.
Inheritance: System.Exception
显示文件 Open project: KCL5South/WhippedCream Class Usage Examples

Public Methods

Method Description
PropertyTypeMustBeACollectionException ( System type )

Constructor.

Method Details

PropertyTypeMustBeACollectionException() public method

Constructor.
public PropertyTypeMustBeACollectionException ( System type )
type System The property type that was encountered.