public IndexSpec(String path, SmartStoreType type, String columnName)
 {
     _indexSpec = new SDK.SmartStore.Store.IndexSpec(path,
                                                     new SDK.SmartStore.Store.SmartStoreType(type.ColumnType), columnName);
 }
 public IndexSpec(String path, SmartStoreType type, String columnName)
 {
     _indexSpec = new SDK.SmartStore.Store.IndexSpec(path,
         new SDK.SmartStore.Store.SmartStoreType(type.ColumnType), columnName);
 }