EntityTypeConfiguration.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 property from the entity.
public override void RemoveProperty (System.Reflection.PropertyInfo propertyInfo);
override this.RemoveProperty : System.Reflection.PropertyInfo -> unit
Public Overrides Sub RemoveProperty (propertyInfo As PropertyInfo)
Parameters
- propertyInfo
- PropertyInfo
The PropertyInfo of the property to be removed.