Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the property from the entity.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.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
propertyInfo
Type: System.Reflection.PropertyInfoThe PropertyInfo of the property to be removed.
See Also
EntityTypeConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top