EdmProperty Constructor (IEdmStructuredType)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Creates a new instance of the EdmProperty class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Protected Sub New ( _
declaringType As IEdmStructuredType _
)
'Usage
Dim declaringType As IEdmStructuredType
Dim instance As New EdmProperty(declaringType)
protected EdmProperty(
IEdmStructuredType declaringType
)
protected:
EdmProperty(
IEdmStructuredType^ declaringType
)
new :
declaringType:IEdmStructuredType -> EdmProperty
protected function EdmProperty(
declaringType : IEdmStructuredType
)
Parameters
- declaringType
Type: Microsoft.Data.Edm..::..IEdmStructuredType
The type that declares this property.