ITableMappingBase.IsSharedTablePrincipal Property

Definition

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

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

Property Value

Applies to