Udostępnij za pośrednictwem


TypedDataRow.SetDouble Metoda

Definicja

Przeciążenia

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)

Parametry

columnName
String
newValue
Double

Dotyczy

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)

Parametry

columnName
String
newValue
Object

Dotyczy