TypedDataRow.SetDouble Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetDouble(String, Double) | |
SetDouble(String, Object) |
SetDouble(String, 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)
Parameters
- columnName
- String
- newValue
- Object