TypedDataRow.SetSByte Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- columnName
- String
- newValue
- Object
Aplica-se a
SetSByte(String, SByte)
Importante
Esta API não está em conformidade com CLS.
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)
Parâmetros
- columnName
- String
- newValue
- SByte
- Atributos