EdmFunctions.Month(DbExpression) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un oggetto DbFunctionExpression che richiama la funzione canonica "Month" con l'argomento specificato, che deve avere DateTime o DateTimeOffset come tipo di risultato. Il tipo di risultato dell'espressione è Edm.Int32.
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression Month (this System.Data.Entity.Core.Common.CommandTrees.DbExpression dateValue);
static member Month : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Month (dateValue As DbExpression) As DbFunctionExpression
Parametri
- dateValue
- DbExpression
Espressione che specifica il valore da cui recuperare il mese.
Restituisce
Nuovo oggetto DbFunctionExpression che restituisce il valore integer di mese da dateValue.