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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.