EdmStructuredType.AddProperty(IEdmProperty) 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.
Adds the property
to this type.
DeclaringType of the property
must be this type.
public void AddProperty (Microsoft.OData.Edm.IEdmProperty property);
member this.AddProperty : Microsoft.OData.Edm.IEdmProperty -> unit
Public Sub AddProperty (property As IEdmProperty)
Parameters
- property
- IEdmProperty
The property being added.