Share via


EntityTypeConfiguration.RemoveProperty Method (PropertyInfo)

 

Removes the property from the entity.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public override void RemoveProperty(
    PropertyInfo propertyInfo
)
public:
virtual void RemoveProperty(
    PropertyInfo^ propertyInfo
) override
override RemoveProperty : 
        propertyInfo:PropertyInfo -> unit
Public Overrides Sub RemoveProperty (
    propertyInfo As PropertyInfo
)

Parameters

See Also

EntityTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top