创建 EdmEntityTypeReference 类的新实例。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Sub New ( _
entityType As IEdmEntityType, _
isNullable As Boolean _
)
用法
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
)
参数
- entityType
类型:Microsoft.Data.Edm.IEdmEntityType
由此引用所引用的定义。
- isNullable
类型:System.Boolean
表示该类型是否可为空。