次の方法で共有


TypedDataRow.SetInt16 メソッド

定義

オーバーロード

SetInt16(String, Object)
SetInt16(String, Int16)

SetInt16(String, Object)

public:
 void SetInt16(System::String ^ columnName, System::Object ^ newValue);
public void SetInt16 (string columnName, object newValue);
member this.SetInt16 : string * obj -> unit
Public Sub SetInt16 (columnName As String, newValue As Object)

パラメーター

columnName
String
newValue
Object

適用対象

SetInt16(String, Int16)

public:
 void SetInt16(System::String ^ columnName, short newValue);
public void SetInt16 (string columnName, short newValue);
member this.SetInt16 : string * int16 -> unit
Public Sub SetInt16 (columnName As String, newValue As Short)

パラメーター

columnName
String
newValue
Int16

適用対象