EdmProperty Constructor
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, _
name As String, _
type As IEdmTypeReference _
)
'Usage
Dim declaringType As IEdmStructuredType
Dim name As String
Dim type As IEdmTypeReference
Dim instance As New EdmProperty(declaringType, _
name, type)
protected EdmProperty(
IEdmStructuredType declaringType,
string name,
IEdmTypeReference type
)
protected:
EdmProperty(
IEdmStructuredType^ declaringType,
String^ name,
IEdmTypeReference^ type
)
new :
declaringType:IEdmStructuredType *
name:string *
type:IEdmTypeReference -> EdmProperty
protected function EdmProperty(
declaringType : IEdmStructuredType,
name : String,
type : IEdmTypeReference
)
Parameters
- declaringType
Type: Microsoft.Data.Edm.IEdmStructuredType
The type that declares this property.
- name
Type: System.String
Name of the property.
- type
Type: Microsoft.Data.Edm.IEdmTypeReference
Type of the property.