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。