Share via


RuntimeDbFunction.IReadOnlyDbFunction.Schema Property

Definition

Gets the schema of the function in the database.

[System.Runtime.CompilerServices.Nullable(2)]
string? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Schema { [System.Diagnostics.DebuggerStepThrough] get; }
string? Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Schema { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Schema : string
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunction.Schema : string
 ReadOnly Property Schema As String Implements IReadOnlyDbFunction.Schema

Property Value

Implements

Attributes

Applies to