ITableMappingBase.IsSplitEntityTypePrincipal Property

Definition

Gets the value indicating whether this is the mapping for the principal table-like object if the entity type is split. null is the entity type is not split.

public bool IsSplitEntityTypePrincipal { get; }
public bool? IsSplitEntityTypePrincipal { get; }
member this.IsSplitEntityTypePrincipal : bool
member this.IsSplitEntityTypePrincipal : Nullable<bool>
Public ReadOnly Property IsSplitEntityTypePrincipal As Boolean
Public ReadOnly Property IsSplitEntityTypePrincipal As Nullable(Of Boolean)

Property Value

Applies to