TypedDataRow.SetUInt64 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
Importante
Questa API non è conforme a 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)
Parametri
- columnName
- String
- newValue
- UInt64
- Attributi
Si applica a
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)
Parametri
- columnName
- String
- newValue
- Object