EdmFunctions.Second(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 "Second" con l'argomento specificato, che deve avere DateTime, DateTimeOffset o Time come tipo di risultato. Il tipo di risultato dell'espressione è Edm.Int32.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ Second(System::Data::Common::CommandTrees::DbExpression ^ timeValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression Second (this System.Data.Common.CommandTrees.DbExpression timeValue);
static member Second : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function Second (timeValue As DbExpression) As DbFunctionExpression
Parametri
- timeValue
- DbExpression
Espressione che specifica il valore da cui recuperare il secondo.
Restituisce
Nuovo DbFunctionExpression che restituisce il secondo valore intero da timeValue
.
Eccezioni
timeValue
è null
.
timeValue
non è valido.