Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the EdmBooleanConstant class.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
value As Boolean _
)
'Usage
Dim value As Boolean
Dim instance As New EdmBooleanConstant(value)
public EdmBooleanConstant(
bool value
)
public:
EdmBooleanConstant(
bool value
)
new :
value:bool -> EdmBooleanConstant
public function EdmBooleanConstant(
value : boolean
)
Parameters
- value
Type: System.Boolean
Boolean value represented by this value.