EdmStructuralProperty Constructor (IEdmStructuredType, String, IEdmTypeReference)
Initializes a new instance of the EdmStructuralProperty class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public 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 EdmStructuralProperty(declaringType, _
name, type)
public EdmStructuralProperty(
IEdmStructuredType declaringType,
string name,
IEdmTypeReference type
)
public:
EdmStructuralProperty(
IEdmStructuredType^ declaringType,
String^ name,
IEdmTypeReference^ type
)
new :
declaringType:IEdmStructuredType *
name:string *
type:IEdmTypeReference -> EdmStructuralProperty
public function EdmStructuralProperty(
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.