次の方法で共有


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

適用対象