TypedDataRow.SetUInt16 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
SetUInt16(String, Object) | |
SetUInt16(String, UInt16) |
SetUInt16(String, Object)
public:
void SetUInt16(System::String ^ columnName, System::Object ^ newValue);
public void SetUInt16 (string columnName, object newValue);
member this.SetUInt16 : string * obj -> unit
Public Sub SetUInt16 (columnName As String, newValue As Object)
Parameters
- columnName
- String
- newValue
- Object
Applies to
SetUInt16(String, UInt16)
Important
This API is not CLS-compliant.
public:
void SetUInt16(System::String ^ columnName, System::UInt16 newValue);
[System.CLSCompliant(false)]
public void SetUInt16 (string columnName, ushort newValue);
member this.SetUInt16 : string * uint16 -> unit
Public Sub SetUInt16 (columnName As String, newValue As UShort)
Parameters
- columnName
- String
- newValue
- UInt16
- Attributes