TypedDataRow.SetUInt64 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í
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
Důležité
Toto rozhraní API neodpovídá specifikaci CLS.
public:
void SetUInt64(System::String ^ columnName, System::UInt64 newValue);
[System.CLSCompliant(false)]
public void SetUInt64 (string columnName, ulong newValue);
member this.SetUInt64 : string * uint64 -> unit
Public Sub SetUInt64 (columnName As String, newValue As ULong)
Parametry
- columnName
- String
- newValue
- UInt64
- Atributy
Platí pro
SetUInt64(String, Object)
public:
void SetUInt64(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt64 (string columnName, object newValue);
member this.SetUInt64 : string * obj -> unit
Public Sub SetUInt64 (columnName As String, newValue As Object)
Parametry
- columnName
- String
- newValue
- Object