ModelStore.Element.IsDeleted Method

Returns whether the object is deleted.

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

Syntax

'Declaration
Public Function IsDeleted As Boolean
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As Boolean

returnValue = instance.IsDeleted()
public bool IsDeleted()
public:
virtual bool IsDeleted() sealed
public final function IsDeleted() : boolean
abstract IsDeleted : unit -> bool 
override IsDeleted : unit -> bool 

Return Value

Type: System.Boolean

Implements

IModelElement.IsDeleted()

.NET Framework Security

See Also

Reference

ModelStore.Element Class

ModelStore.Element Members

Microsoft.Data.Schema.SchemaModel Namespace