select * from tb_QuantifyResult where iSamplingOrCalibration = 1 and cComponentName <> ' + QuotedStr('') + ' order by date(cPeakTime) desc, time(cPeakTime) desc…
定义一个类: using System.Data.SQLite; namespace DAL { /// <summary> /// SQLite中文排序 /// </summary> [SQLiteFunction(FuncType = FunctionType.Collation, Name = "PinYin")] public class SQLitePinYingSort : SQLiteFunction { public override int C…