IConventionDbFunctionBuilder.CanSetSchema(String, Boolean) Metodo

Definizione

Restituisce un valore che indica se lo schema specificato può essere impostato per la funzione di database.

public bool CanSetSchema (string schema, bool fromDataAnnotation = false);
public bool CanSetSchema (string? schema, bool fromDataAnnotation = false);
abstract member CanSetSchema : string * bool -> bool
Public Function CanSetSchema (schema As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Parametri

schema
String

Schema della funzione nel database.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata usando un'annotazione dati.

Restituisce

true se lo schema specificato può essere impostato per la funzione di database.

Si applica a