Share via


TypedDataRow.SetDouble Method

Definition

Overloads

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)

Parameters

columnName
String
newValue
Double

Applies to

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)

Parameters

columnName
String
newValue
Object

Applies to