EdmBooleanConstant Constructor (IEdmPrimitiveTypeReference, Boolean)
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 ( _
type As IEdmPrimitiveTypeReference, _
value As Boolean _
)
'Usage
Dim type As IEdmPrimitiveTypeReference
Dim value As Boolean
Dim instance As New EdmBooleanConstant(type, value)
public EdmBooleanConstant(
IEdmPrimitiveTypeReference type,
bool value
)
public:
EdmBooleanConstant(
IEdmPrimitiveTypeReference^ type,
bool value
)
new :
type:IEdmPrimitiveTypeReference *
value:bool -> EdmBooleanConstant
public function EdmBooleanConstant(
type : IEdmPrimitiveTypeReference,
value : boolean
)
Parameters
- type
Type: Microsoft.Data.Edm.IEdmPrimitiveTypeReference
Type of the boolean.
- value
Type: System.Boolean
Boolean value represented by this value.