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