IgnoreNullValues Property (Aggregate)
In This Topic
Gets or sets a value indicating whether null values should be ignored when the current aggregate is calculated.
Syntax
'Declaration
Public Property IgnoreNullValues As Boolean
public bool IgnoreNullValues {get; set;}
See Also