DbFunctionAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Entity Framework