TypedDataRow.SetDecimal Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
Parametry
- columnName
- String
- newValue
- Decimal
Platí pro
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)
Parametry
- columnName
- String
- newValue
- Object