RootIfValue 枚举

定义

枚举如何标识父级属性的一个或多个根成员。

[System.Runtime.InteropServices.Guid("2476FBA6-E149-48d9-95B5-A3AABA476D68")]
public enum RootIfValue
[<System.Runtime.InteropServices.Guid("2476FBA6-E149-48d9-95B5-A3AABA476D68")>]
type RootIfValue = 
Public Enum RootIfValue
继承
RootIfValue
属性

字段

ParentIsBlank 1

只有 KeyColumns 表示的键列中有 NULL 值、零或空字符串的成员才会被视为根成员。

ParentIsBlankSelfOrMissing 0

只有符合为 ParentIsBlank、ParentIsSelf 或 ParentIsMissing 所描述的一个或多个条件的成员才会被视为根成员。

ParentIsMissing 3

只有无法找到其父级的成员才会被视为根成员。

ParentIsSelf 2

只有本身作为父级的成员才会被视为根成员。

适用于