Share via


EntityTypeConfiguration.RemoveProperty(PropertyInfo) Method

Definition

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.

Applies to