SqlCeRowUpdatedEventArgs.Command Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the SqlCeCommand executed when Update is called.

  [Visual Basic]
  Public Shadows ReadOnly Property Command As SqlCeCommand
[C#]
public new SqlCeCommand Command {get;}
[C++]
public: __property SqlCeCommand* get_Command();
[JScript]
public hide function get Command() : SqlCeCommand;

Property Value

The SqlCeCommand executed when Update is called.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeRowUpdatedEventArgs Class | SqlCeRowUpdatedEventArgs Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.