EdmEntityTypeReference Constructor
Creates a new instance of the EdmEntityTypeReference class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
entityType As IEdmEntityType, _
isNullable As Boolean _
)
'Usage
Dim entityType As IEdmEntityType
Dim isNullable As Boolean
Dim instance As New EdmEntityTypeReference(entityType, _
isNullable)
public EdmEntityTypeReference(
IEdmEntityType entityType,
bool isNullable
)
public:
EdmEntityTypeReference(
IEdmEntityType^ entityType,
bool isNullable
)
new :
entityType:IEdmEntityType *
isNullable:bool -> EdmEntityTypeReference
public function EdmEntityTypeReference(
entityType : IEdmEntityType,
isNullable : boolean
)
Parameters
- entityType
Type: Microsoft.Data.Edm.IEdmEntityType
The definition refered to by this reference.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.