Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » Ultra Light .NET プログラミング » Ultra Light.NET アプリケーション開発 » SQL 文を使用したデータの作成と修正

 

INSERT、UPDATE、DELETE を使用したデータ修正

Ultra Light では、SQL データ操作言語の操作を実行できます。この操作は、ULCommand.ExecuteNonQuery メソッドを使用して実行します。

 参照

テーブルへのローの挿入
テーブル内のローの更新
テーブル内のローの削除