예제 #1
0
 public int AddIndex_Str(string idxName, int idxSizeByte, bool allowDuplicates)
 {
     return(BangDBNative.AddIndex_Str(_wtable, idxName, idxSizeByte, allowDuplicates ? 1 : 0));
 }