StructuralTypeConfiguration.RemoveProperty(PropertyInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the given property.
public virtual void RemoveProperty (System.Reflection.PropertyInfo propertyInfo);
abstract member RemoveProperty : System.Reflection.PropertyInfo -> unit
override this.RemoveProperty : System.Reflection.PropertyInfo -> unit
Public Overridable Sub RemoveProperty (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
The property being removed.