Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Aggregate()

override object System.Data.Common.SqlUdtStorage.Aggregate ( int[] records,
AggregateType kind )
inlinevirtual

Reimplemented from System.Data.Common.DataStorage.

Definition at line 61 of file SqlUdtStorage.cs.

62 {
63 throw ExceptionBuilder.AggregateException(kind, _dataType);
64 }

References System.Data.Common.DataStorage._dataType, and System.Data.ExceptionBuilder.AggregateException().