예제 #1
0
파일: SQLite3.cs 프로젝트: bdcliang/BD
 internal override IntPtr AggregateContext(IntPtr context)
 {
     return(UnsafeNativeMethods.sqlite3_aggregate_context(context, 1));
 }