EdmRowTypeReference Constructor
Creates a new instance of the EdmRowTypeReference class.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Sub New ( _
rowType As IEdmRowType, _
isNullable As Boolean _
)
'Usage
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
)
Parameters
- rowType
Type: Microsoft.Data.Edm.IEdmRowType
Type that describes this value.
- isNullable
Type: System.Boolean
Denotes whether the type can be nullable.