Click or drag to resize

BcfRowViewRepositoryRemoveProperty Method (String, Boolean)

Removes specified property.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
public void RemoveProperty(
	string propertyName,
	bool raiseMetaDataChanged
)

Parameters

propertyName
Type: SystemString
Name of the property to remove.
raiseMetaDataChanged
Type: SystemBoolean
If all tableviews of repository will raise ListChanged.PropertyDescriptorChanged and ListChanged.Reset after remoing the property.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is .
See Also