次の方法で共有


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
)

パラメーター

  • isNullable
    型: System.Boolean
    型で null が許容されるかどうかを示します。

関連項目

参照

EdmRowTypeReference クラス

Microsoft.Data.Edm.Library 名前空間