Dela via


IModelAnnotation.IsDeleted Method

Returns 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 IModelAnnotation 
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

IModelAnnotation Interface

IModelAnnotation Members

Microsoft.Data.Schema.SchemaModel Namespace