Поделиться через


ModelAnnotation.IsDeleted Method

Returns a value that indicates whether this instance has been deleted.

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

Syntax

'Declaration
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

Return Value

Type: System.Boolean
true if this instance has been deleted; otherwise, false.

Implements

IModelAnnotation.IsDeleted()

.NET Framework Security

See Also

Reference

ModelAnnotation Class

Microsoft.Data.Schema.SchemaModel Namespace

Delete