Partager via


IConventionDbFunction.SetSchema(String, Boolean) Méthode

Définition

Définit le schéma de la fonction dans la base de données.

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

Paramètres

schema
String

Schéma de la fonction dans la base de données.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

Valeur configurée.

S’applique à