Partilhar via


Método ModelAnnotation.IsDeleted

Retorna um valor que indica se esta instância foi excluída.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System.Boolean
true Se esta instância foi excluída; Caso contrário, false.

Implementações

IModelAnnotation.IsDeleted()

Segurança do .NET Framework

Consulte também

Referência

ModelAnnotation Classe

Namespace Microsoft.Data.Schema.SchemaModel

Delete