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