DbFunctions.VarP Method

 

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Decimal>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Double>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Int32>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Int64>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Nullable<Decimal>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Nullable<Double>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Nullable<Int32>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

System_CAPS_pubmethodSystem_CAPS_staticVarP(IEnumerable<Nullable<Int64>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.


DbFunctions.VarP Method (IEnumerable<Decimal>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
public static Nullable<double> VarP(
	IEnumerable<decimal> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Decimal>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Double>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
public static Nullable<double> VarP(
	IEnumerable<double> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Double>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Int32>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
public static Nullable<double> VarP(
	IEnumerable<int> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Int32>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Int64>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
public static Nullable<double> VarP(
	IEnumerable<long> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Int64>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Nullable<Decimal>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> VarP(
	IEnumerable<Nullable<decimal>> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Nullable<Decimal>>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Nullable<Double>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
[DbFunctionAttribute("Edm", "VarP")]
public static Nullable<double> VarP(
	IEnumerable<Nullable<double>> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Nullable<Double>>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Nullable<Int32>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> VarP(
	IEnumerable<Nullable<int>> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Nullable<Int32>>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.


DbFunctions.VarP Method (IEnumerable<Nullable<Int64>>)

When used as part of a LINQ to Entities query, this method invokes the canonical VarP EDM function to calculate the variance for the population.

[DbFunctionAttribute("Edm", "VarP")]
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> VarP(
	IEnumerable<Nullable<long>> collection
)

Parameters

collection
Type: System.Collections.Generic.IEnumerable<Nullable<Int64>>

The collection over which to perform the calculation.

Return Value

Type: System.Nullable<Double>

The variance for the population.

You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.