示例#1
0
文件: SQLite3.cs 项目: bdcliang/BD
 internal override int AggregateCount(IntPtr context)
 {
     return(UnsafeNativeMethods.sqlite3_aggregate_count(context));
 }