EdmPropertyConstructor(String, IEdmExpression) 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 EdmPropertyConstructor class.
public EdmPropertyConstructor (string name, Microsoft.OData.Edm.IEdmExpression value);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyConstructor : string * Microsoft.OData.Edm.IEdmExpression -> Microsoft.OData.Edm.Vocabularies.EdmPropertyConstructor
Public Sub New (name As String, value As IEdmExpression)
Parameters
- name
- String
Property name.
- value
- IEdmExpression
Property value.