IModelElement.IsDeleted Method

Specifies whether the object is deleted.

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

Syntax

'Declaration
Function IsDeleted As Boolean
'Usage
Dim instance As IModelElement 
Dim returnValue As Boolean 

returnValue = instance.IsDeleted()
bool IsDeleted()
bool IsDeleted()
function IsDeleted() : boolean

Return Value

Type: System.Boolean
Returns True if the object is deleted; otherwise, False.

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace