SqlCeUpdatableRecord.IsSetAsDefault 메서드
지정된 필드가 내부 기본값을 사용하도록 표시되었는지 여부를 확인합니다.
네임스페이스: System.Data.SqlServerCe
어셈블리: System.Data.SqlServerCe(System.Data.SqlServerCe.dll)
구문
‘선언
Public Function IsSetAsDefault ( _
ordinal As Integer _
) As Boolean
‘사용 방법
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.IsSetAsDefault(ordinal)
public bool IsSetAsDefault(
int ordinal
)
public:
bool IsSetAsDefault(
int ordinal
)
member IsSetAsDefault :
ordinal:int -> bool
public function IsSetAsDefault(
ordinal : int
) : boolean
매개 변수
- ordinal
유형: System.Int32
확인할 필드입니다.
반환 값
유형: System.Boolean
필드가 기본값을 사용하도록 표시되었으면 true이고, 그렇지 않으면 false입니다.