OdbcRowUpdatedEventArgs::Command Property

 

Gets the OdbcCommand executed when Update is called.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
property OdbcCommand^ Command {
	OdbcCommand^ get();
}

Property Value

Type: System.Data.Odbc::OdbcCommand^

The OdbcCommand executed when Update is called.

.NET Framework
Available since 1.1
Return to top
Show: