共用方式為


TypedDataRow.SetDouble 方法

定義

多載

SetDouble(String, Double)
SetDouble(String, Object)

SetDouble(String, Double)

public:
 void SetDouble(System::String ^ columnName, double newValue);
public void SetDouble (string columnName, double newValue);
member this.SetDouble : string * double -> unit
Public Sub SetDouble (columnName As String, newValue As Double)

參數

columnName
String
newValue
Double

適用於

SetDouble(String, Object)

public:
 void SetDouble(System::String ^ columnName, System::Object ^ newValue);
public void SetDouble (string columnName, object newValue);
member this.SetDouble : string * obj -> unit
Public Sub SetDouble (columnName As String, newValue As Object)

參數

columnName
String
newValue
Object

適用於