IReadOnlyModificationCommand.Table Property

Definition

The table containing the data to be modified.

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

Property Value

Attributes

Applies to