DataSet.GetFieldDefaultAggregateExpressions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default aggregate expressions of the field.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetFieldDefaultAggregateExpressions();
public System.Collections.Generic.IEnumerable<string> GetFieldDefaultAggregateExpressions ();
member this.GetFieldDefaultAggregateExpressions : unit -> seq<string>
Public Function GetFieldDefaultAggregateExpressions () As IEnumerable(Of String)
Returns
An IEnumerable<T> object.