Condividi tramite


TypedDataRow.SetDouble Metodo

Definizione

Overload

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)

Parametri

columnName
String
newValue
Double

Si applica a

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)

Parametri

columnName
String
newValue
Object

Si applica a