Udostępnij za pośrednictwem


IConventionDbFunction.SetSchema(String, Boolean) Metoda

Definicja

Ustawia schemat funkcji w bazie danych.

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

Parametry

schema
String

Schemat funkcji w bazie danych.

fromDataAnnotation
Boolean

Wskazuje, czy konfiguracja została określona przy użyciu adnotacji danych.

Zwraca

Skonfigurowana wartość.

Dotyczy