다음을 통해 공유


DataParameter.GetIsNullableCore 메서드

검색 된 Boolean 현재 매개 변수 수 있는지 여부를 나타내는 값 nullNull 참조(Visual Basic의 경우 Nothing).

네임스페이스:  Microsoft.VisualStudio.Data.Framework
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Protected Overridable Function GetIsNullableCore As Boolean
protected virtual bool GetIsNullableCore()
protected:
virtual bool GetIsNullableCore()
abstract GetIsNullableCore : unit -> bool  
override GetIsNullableCore : unit -> bool
protected function GetIsNullableCore() : boolean

반환 값

형식: Boolean
true 현재 매개 변수 null 값이 있는 경우 그렇지 않으면 false.

설명

이 메서드는 구현 된 IsNullable 속성입니다.

상속자 참고 사항

이 메서드의 기본 구현은 true.

.NET Framework 보안

참고 항목

참조

DataParameter 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스