ModelStore.Annotation.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.Annotation
Dim returnValue As Boolean
returnValue = instance.IsDeleted()
public bool IsDeleted()
public:
virtual bool IsDeleted() sealed
public final function IsDeleted() : boolean
Return Value
Type: System.Boolean
Returns true if the object is deleted, false otherwise.
Implements
.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.