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
型で null が許容されるかどうかを示します。