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()
- 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
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework