Share via


StoredProcedureResultColumnBuilder.HasName(String) Method

Definition

Sets the name of the stored procedure result column.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder HasName (string name);
abstract member HasName : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder
override this.HasName : string -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureResultColumnBuilder
Public Overridable Function HasName (name As String) As StoredProcedureResultColumnBuilder

Parameters

name
String

The store type of the function parameter in the database.

Returns

The same builder instance so that further configuration calls can be chained.

Remarks

See Modeling entity types and relationships and Saving data with EF Core for more information and examples.

Applies to