EdmStructuralProperty Constructors
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.
Overloads
EdmStructuralProperty(IEdmStructuredType, String, IEdmTypeReference) |
Initializes a new instance of the EdmStructuralProperty class. |
EdmStructuralProperty(IEdmStructuredType, String, IEdmTypeReference, String) |
Initializes a new instance of the EdmStructuralProperty class. |
EdmStructuralProperty(IEdmStructuredType, String, IEdmTypeReference)
Initializes a new instance of the EdmStructuralProperty class.
public EdmStructuralProperty (Microsoft.OData.Edm.IEdmStructuredType declaringType, string name, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.EdmStructuralProperty : Microsoft.OData.Edm.IEdmStructuredType * string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.EdmStructuralProperty
Public 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
The type of the property.
Applies to
EdmStructuralProperty(IEdmStructuredType, String, IEdmTypeReference, String)
Initializes a new instance of the EdmStructuralProperty class.
public EdmStructuralProperty (Microsoft.OData.Edm.IEdmStructuredType declaringType, string name, Microsoft.OData.Edm.IEdmTypeReference type, string defaultValueString);
new Microsoft.OData.Edm.EdmStructuralProperty : Microsoft.OData.Edm.IEdmStructuredType * string * Microsoft.OData.Edm.IEdmTypeReference * string -> Microsoft.OData.Edm.EdmStructuralProperty
Public Sub New (declaringType As IEdmStructuredType, name As String, type As IEdmTypeReference, defaultValueString As String)
Parameters
- declaringType
- IEdmStructuredType
The type that declares this property.
- name
- String
Name of the property.
- type
- IEdmTypeReference
The type of the property.
- defaultValueString
- String
The default value of this property.