共用方式為


DbUpdatableDataRecord.SetDouble(Int32, Double) 方法

定義

設定記錄中欄位的值。

public:
 void SetDouble(int ordinal, double value);
public void SetDouble(int ordinal, double value);
member this.SetDouble : int * double -> unit
Public Sub SetDouble (ordinal As Integer, value As Double)

參數

ordinal
Int32

場的序數。

value
Double

欄位的值。

適用於