IStoredProcedureMapping.TableMapping Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the corresponding table mapping if it exists.
public Microsoft.EntityFrameworkCore.Metadata.ITableMapping? TableMapping { get; }
	member this.TableMapping : Microsoft.EntityFrameworkCore.Metadata.ITableMapping
	Public ReadOnly Property TableMapping As ITableMapping