TypedDataRow.SetInt32 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
SetInt32(String, Int32) | |
SetInt32(String, Object) |
SetInt32(String, Int32)
SetInt32(String, Object)
public:
void SetInt32(System::String ^ columnName, System::Object ^ newValue);
public void SetInt32 (string columnName, object newValue);
member this.SetInt32 : string * obj -> unit
Public Sub SetInt32 (columnName As String, newValue As Object)
Parameters
- columnName
- String
- newValue
- Object