Share via


TypedDataRow.SetSByte Method

Definition

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

Applies to