Share via


DbMissingCommandException.CommandName Property

Gets or sets the name of the command that is missing.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property CommandName As String
'Usage
Dim instance As DbMissingCommandException
Dim value As String

value = instance.CommandName

instance.CommandName = value
public string CommandName { get; set; }
public:
property String^ CommandName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_CommandName ()

/** @property */
public void set_CommandName (String value)
public function get CommandName () : String

public function set CommandName (value : String)

Property Value

The name of the command that is missing.

See Also

Reference

DbMissingCommandException Class
DbMissingCommandException Members
Microsoft.Synchronization.Data Namespace