EdmPropertyConstructor Constructor
Initializes a new instance of the EdmPropertyConstructor class.
Namespace: Microsoft.Data.Edm.Library.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As IEdmExpression _
)
'Usage
Dim name As String
Dim value As IEdmExpression
Dim instance As New EdmPropertyConstructor(name, value)
public EdmPropertyConstructor(
string name,
IEdmExpression value
)
public:
EdmPropertyConstructor(
String^ name,
IEdmExpression^ value
)
new :
name:string *
value:IEdmExpression -> EdmPropertyConstructor
public function EdmPropertyConstructor(
name : String,
value : IEdmExpression
)
Parameters
- name
Type: System.String
Property name.
- value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression
Property value.