DbFunctionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DbFunctionAttribute() |
Initializes a new instance of the DbFunctionAttribute class. |
DbFunctionAttribute(String, String) |
Initializes a new instance of the DbFunctionAttribute class. |
DbFunctionAttribute()
Initializes a new instance of the DbFunctionAttribute class.
public DbFunctionAttribute ();
Public Sub New ()
Applies to
DbFunctionAttribute(String, String)
Initializes a new instance of the DbFunctionAttribute class.
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)
Parameters
- functionNamename
- String
The name of the function in the database.
- schema
- String
The schema of the function in the database.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework