Share via


AddForeignKeyOperation.PrincipalSchema Property

Definition

The schema that contains the table to which this foreign key is constrained, or null if the default schema should be used.

public virtual string PrincipalSchema { get; set; }
[System.Runtime.CompilerServices.Nullable(2)]
public virtual string? PrincipalSchema { get; set; }
public virtual string? PrincipalSchema { get; set; }
member this.PrincipalSchema : string with get, set
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.PrincipalSchema : string with get, set
Public Overridable Property PrincipalSchema As String

Property Value

Attributes

Applies to