TypedDataRow.SetInt64 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetInt64(String, Int64) | |
SetInt64(String, Object) |
SetInt64(String, Int64)
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