Table of Contents

Interface IMutableStoredProcedureResultColumn

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents a stored procedure result column.

public interface IMutableStoredProcedureResultColumn : IReadOnlyStoredProcedureResultColumn, IReadOnlyAnnotatable, IMutableAnnotatable
Inherited Members

Properties

Name

Gets or sets the result column name.

string Name { get; set; }

Property Value

string

StoredProcedure

Gets the stored procedure to which this result column belongs.

IMutableStoredProcedure StoredProcedure { get; }

Property Value

IMutableStoredProcedure