Share via


IStoredProcedureMapping.TableMapping Property

Definition

Gets the corresponding table mapping if it exists.

[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.EntityFrameworkCore.Metadata.ITableMapping? TableMapping { get; }
public Microsoft.EntityFrameworkCore.Metadata.ITableMapping? TableMapping { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.TableMapping : Microsoft.EntityFrameworkCore.Metadata.ITableMapping
member this.TableMapping : Microsoft.EntityFrameworkCore.Metadata.ITableMapping
Public ReadOnly Property TableMapping As ITableMapping

Property Value

Attributes

Applies to