共用方式為


TypedDataRow.SetUInt64 方法

定義

多載

SetUInt64(String, UInt64)
SetUInt64(String, Object)

SetUInt64(String, UInt64)

重要

此 API 不符合 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)

參數

columnName
String
newValue
UInt64
屬性

適用於

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)

參數

columnName
String
newValue
Object

適用於