SqlCeDatabase.ExecuteNonQuerySql Method
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
Overload List
Name | Description | |
---|---|---|
ExecuteNonQuerySql(String, array<DbParameter[]) |
This method is a short-hand for executing a SQL statement directly since SQL Everywhere doesn't support stored procedures.
|
|
ExecuteNonQuerySql(String, Int32%, array<DbParameter[]) |
This overload allows you to execute an INSERT statement and receive the identity of the row that was inserted for identity tables.
|