'宣言 Public Sub Update( _ ByVal columnName As System.String, _ ByVal expression As System.String _ )
public void Update( System.string columnName, System.string expression )
パラメータ
- columnName
- 指定された列名。
- expression
- 新しい式文字列。
'宣言 Public Sub Update( _ ByVal columnName As System.String, _ ByVal expression As System.String _ )
public void Update( System.string columnName, System.string expression )