Table of Contents

Class RuntimeStoredProcedureResultColumn

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

Represents a stored procedure result column.

public class RuntimeStoredProcedureResultColumn : AnnotatableBase, IRuntimeStoredProcedureResultColumn, IStoredProcedureResultColumn, IReadOnlyStoredProcedureResultColumn, IReadOnlyAnnotatable, IAnnotatable
Inheritance
RuntimeStoredProcedureResultColumn
Implements
IReadOnlyAnnotatable
IAnnotatable

Constructors

RuntimeStoredProcedureResultColumn(RuntimeStoredProcedure, string, bool, string?)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public RuntimeStoredProcedureResultColumn(RuntimeStoredProcedure storedProcedure, string name, bool forRowsAffected, string? propertyName)

Parameters

storedProcedure RuntimeStoredProcedure
name string
forRowsAffected bool
propertyName string

Properties

DebugView

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public virtual DebugView DebugView { get; }

Property Value

DebugView

StoredProcedure

Gets the stored procedure to which this parameter belongs.

public virtual RuntimeStoredProcedure StoredProcedure { get; }

Property Value

RuntimeStoredProcedure

Methods

ToString()

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

public override string ToString()

Returns

string