TypedDataRow.SetUInt64 Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SetUInt64(String, UInt64) | |
SetUInt64(String, Object) |
SetUInt64(String, UInt64)
Importante
Esta API no es 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)
Parámetros
- columnName
- String
- newValue
- UInt64
- Atributos
Se aplica 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)
Parámetros
- columnName
- String
- newValue
- Object