이 행 형식 정의에 대한 참조를 반환합니다.
네임스페이스: Microsoft.Data.Edm
어셈블리: Microsoft.Data.Edm(Microsoft.Data.Edm.dll)
구문
‘선언
<ExtensionAttribute> _
Public Shared Function ApplyType ( _
rowType As IEdmRowType, _
isNullable As Boolean _
) As IEdmRowTypeReference
‘사용 방법
Dim rowType As IEdmRowType
Dim isNullable As Boolean
Dim returnValue As IEdmRowTypeReference
returnValue = rowType.ApplyType(isNullable)
public static IEdmRowTypeReference ApplyType(
this IEdmRowType rowType,
bool isNullable
)
[ExtensionAttribute]
public:
static IEdmRowTypeReference^ ApplyType(
IEdmRowType^ rowType,
bool isNullable
)
static member ApplyType :
rowType:IEdmRowType *
isNullable:bool -> IEdmRowTypeReference
public static function ApplyType(
rowType : IEdmRowType,
isNullable : boolean
) : IEdmRowTypeReference
매개 변수
- rowType
유형: Microsoft.Data.Edm.IEdmRowType
호출하는 개체에 대한 참조입니다.
- isNullable
유형: System.Boolean
참조되는 형식이 Null을 허용해야 함을 나타내려면 true이고, 그렇지 않으면 false입니다.
반환 값
유형: Microsoft.Data.Edm.IEdmRowTypeReference
이 행 형식 정의에 대한 참조입니다.
사용법 정보
Visual Basic 및 C#에서는 이 메서드를 IEdmRowType 유형의 모든 개체에 대한 인스턴스 메서드로 호출할 수 있습니다. 인스턴스 메서드 구문을 사용하여 이 메서드를 호출하는 경우 첫 번째 매개 변수를 생략합니다. 자세한 내용은 https://msdn.microsoft.com/ko-kr/library/bb384936(v=vs.103) 또는 https://msdn.microsoft.com/ko-kr/library/bb383977(v=vs.103)을(를) 참조하십시오.