IConventionStoredProcedureBuilder.CanSetSchema(String, Boolean) Method

Definition

Returns a value indicating whether the given schema can be set for the stored procedure.

C#
public bool CanSetSchema (string? schema, bool fromDataAnnotation = false);

Parameters

schema
String

The schema of the stored procedure in the database.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the given schema can be set for the database function.

Applies to

Продукт Версии
Entity Framework Core 7.0, 8.0, 9.0