TypedDataRow.SetDecimal 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
SetDecimal(String, Decimal) | |
SetDecimal(String, Object) |
SetDecimal(String, Decimal)
public:
void SetDecimal(System::String ^ columnName, System::Decimal newValue);
public void SetDecimal (string columnName, decimal newValue);
member this.SetDecimal : string * decimal -> unit
Public Sub SetDecimal (columnName As String, newValue As Decimal)
Parameters
- columnName
- String
- newValue
- Decimal
Applies to
SetDecimal(String, Object)
public:
void SetDecimal(System::String ^ columnName, System::Object ^ newValue);
public void SetDecimal (string columnName, object newValue);
member this.SetDecimal : string * obj -> unit
Public Sub SetDecimal (columnName As String, newValue As Object)
Parameters
- columnName
- String
- newValue
- Object