Dao.SupprimerCommandeDocument Method

Suppression d'une commande (livre ou dvd) dans la base de données
Public Shared Function SupprimerCommandeDocument( _ 
ByVal commandeDocument As CommandeDocument
) As Boolean
This language is not supported or no code example is available.
public static bool SupprimerCommandeDocument( 
CommandeDocument commandeDocument 
)
This language is not supported or no code example is available.
public:  
static bool SupprimerCommandeDocument( 
CommandeDocument^ commandeDocument 
)
This language is not supported or no code example is available.
public static function SupprimerCommandeDocument( 
commandeDocument : CommandeDocument 
) : boolean;
This language is not supported or no code example is available.

Parameters

commandeDocument
CommandeDocument

Return Value

bool

true si l'opération a réussi

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition