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