EdmFunctions.VarP(DbExpression) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een DbFunctionExpression die de canonieke 'VarP'-functie aanroept voor de populatie van de opgegeven verzameling. Het resultaattype van de expressie Edm.Double.
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbFunctionExpression ^ VarP(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression VarP(this System.Data.Common.CommandTrees.DbExpression collection);
static member VarP : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function VarP (collection As DbExpression) As DbFunctionExpression
Parameters
- collection
- DbExpression
Een expressie die de verzameling aangeeft waarvoor de statistische variantie moet worden berekend.
Retouren
Een nieuwe DbFunctionExpression die de statistische variantiewaarde produceert.
Uitzonderingen
collection is null.
collection is ongeldig.