Invariant
Définition
Elément constant d'une boucle de contrôle. Par exemple, dans une boucle
while(cond) do bloc end
, l'invariant est (not cond) or bloc
.while(cond) do bloc end
, l'invariant est (not cond) or bloc
.
Active Data Objects .NET
Version .NET d'ADO, apportant plus d'interopérabilité par un support natif XML, et l'extension du mode déconnecté.