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
| Name | Description |
|---|---|
| DbFunctionAttribute() |
Initializes a new instance of the DbFunctionAttribute class. |
| DbFunctionAttribute(String, String) |
Initializes a new instance of the DbFunctionAttribute class. |
DbFunctionAttribute()
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
Initializes a new instance of the DbFunctionAttribute class.
public DbFunctionAttribute();
Public Sub New ()
Applies to
DbFunctionAttribute(String, String)
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
- Source:
- DbFunctionAttribute.cs
Initializes a new instance of the DbFunctionAttribute class.
public DbFunctionAttribute(string name, string? schema = default);
public DbFunctionAttribute(string functionName, 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 (name As String, Optional schema As String = Nothing)
Public Sub New (functionName As String, Optional schema As String = Nothing)
Parameters
- namefunctionName
- String
The name of the function in the database.
- schema
- String
The schema of the function in the database.