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