SqlCeCommandBuilder.GetDeleteCommand Method

Gets the automatically generated SqlCeCommand object required to perform deletions on the database.

Overload List

Name Description
SqlCeCommandBuilder.GetDeleteCommand () Gets the automatically generated SqlCeCommand object required to perform deletions on the database when an application calls Update on the SqlCeDataAdapter.

Supported by the .NET Compact Framework.
SqlCeCommandBuilder.GetDeleteCommand (Boolean) Gets the automatically generated DbCommand object required to perform deletions at the data source, optionally using columns for parameter names.

See Also

Reference

SqlCeCommandBuilder Class
SqlCeCommandBuilder Members
System.Data.SqlServerCe Namespace