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
Nullable 형식을 사용할 수 있는지 여부를 나타냅니다.