EdmProperty(IEdmStructuredType, String, IEdmTypeReference) Constructor
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.
Initializes a new instance of the EdmProperty class.
protected EdmProperty (Microsoft.OData.Edm.IEdmStructuredType declaringType, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.EdmProperty : Microsoft.OData.Edm.IEdmStructuredType * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmProperty
Protected Sub New (declaringType As IEdmStructuredType, name As String, type As IEdmTypeReference)
Parameters
- declaringType
- IEdmStructuredType
The type that declares this property.
- name
- String
Name of the property.
- type
- IEdmTypeReference
Type of the property.