IModelAnnotation.IsDeleted 方法

返回对象是否已删除。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Function IsDeleted As Boolean
bool IsDeleted()
bool IsDeleted()
abstract IsDeleted : unit -> bool 
function IsDeleted() : boolean

返回值

类型:System.Boolean
如果对象已删除,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

IModelAnnotation 接口

Microsoft.Data.Schema.SchemaModel 命名空间

Delete