Costruttore EdmEntityTypeReference
Crea una nuova istanza della classe EdmEntityTypeReference.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
entityType As IEdmEntityType, _
isNullable As Boolean _
)
'Utilizzo
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
)
Parametri
- entityType
Tipo: Microsoft.Data.Edm.IEdmEntityType
Definizione correlata al riferimento.
- isNullable
Tipo: System.Boolean
Indica se il tipo può ammettere i valori Null.