创建 EdmRowTypeReference 类的新实例。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Sub New ( _
rowType As IEdmRowType, _
isNullable As Boolean _
)
用法
Dim rowType As IEdmRowType
Dim isNullable As Boolean
Dim instance As New EdmRowTypeReference(rowType, _
isNullable)
public EdmRowTypeReference(
IEdmRowType rowType,
bool isNullable
)
public:
EdmRowTypeReference(
IEdmRowType^ rowType,
bool isNullable
)
new :
rowType:IEdmRowType *
isNullable:bool -> EdmRowTypeReference
public function EdmRowTypeReference(
rowType : IEdmRowType,
isNullable : boolean
)
参数
- rowType
类型:Microsoft.Data.Edm.IEdmRowType
描述此值的类型。
- isNullable
类型:System.Boolean
表示该类型是否可为空。