CommandName Propiedad
Obtiene o establece el nombre del comando que falta.
Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)
Sintaxis
'Declaración
Public Property CommandName As String
Get
Set
'Uso
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);
}
member CommandName : string with get, set
function get CommandName () : String
function set CommandName (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
Nombre del comando que falta.
Vea también
Referencia
DbMissingCommandException Clase