共用方式為


EdmRowTypeReference 建構函式

建立 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
)

參數

請參閱

參考

EdmRowTypeReference 類別

Microsoft.Data.Edm.Library 命名空間