Share via


TypedDataRow.SetInt64 Method

Definition

Overloads

SetInt64(String, Int64)
SetInt64(String, Object)

SetInt64(String, Int64)

public:
 void SetInt64(System::String ^ columnName, long newValue);
public void SetInt64 (string columnName, long newValue);
member this.SetInt64 : string * int64 -> unit
Public Sub SetInt64 (columnName As String, newValue As Long)

Parameters

columnName
String
newValue
Int64

Applies to

SetInt64(String, Object)

public:
 void SetInt64(System::String ^ columnName, System::Object ^ newValue);
public void SetInt64 (string columnName, object newValue);
member this.SetInt64 : string * obj -> unit
Public Sub SetInt64 (columnName As String, newValue As Object)

Parameters

columnName
String
newValue
Object

Applies to