Sdílet prostřednictvím


DbFunctionAttribute Konstruktory

Definice

Přetížení

DbFunctionAttribute()

Inicializuje novou instanci DbFunctionAttribute třídy.

DbFunctionAttribute(String, String)

Inicializuje novou instanci DbFunctionAttribute třídy.

DbFunctionAttribute()

Inicializuje novou instanci DbFunctionAttribute třídy.

public DbFunctionAttribute ();
Public Sub New ()

Platí pro

DbFunctionAttribute(String, String)

Inicializuje novou instanci DbFunctionAttribute třídy.

public DbFunctionAttribute (string functionName, string schema = default);
public DbFunctionAttribute (string name, string schema = default);
public DbFunctionAttribute (string name, string? schema = default);
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
new Microsoft.EntityFrameworkCore.DbFunctionAttribute : string * string -> Microsoft.EntityFrameworkCore.DbFunctionAttribute
Public Sub New (functionName As String, Optional schema As String = Nothing)
Public Sub New (name As String, Optional schema As String = Nothing)

Parametry

functionNamename
String

Název funkce v databázi.

schema
String

Schéma funkce v databázi.

Platí pro