Condividi tramite


Metodo ModelAnnotation.IsDeleted

Restituisce un valore che indica se l'istanza è stata eliminata.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Function IsDeleted As Boolean
public bool IsDeleted()
public:
virtual bool IsDeleted() sealed
abstract IsDeleted : unit -> bool 
override IsDeleted : unit -> bool 
public final function IsDeleted() : boolean

Valore restituito

Tipo: System.Boolean
true se l'istanza è stata eliminata; in caso contrario, false.

Implementa

IModelAnnotation.IsDeleted()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelAnnotation Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

Delete