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