ACE.AdsCreateIndex Method |
Namespace: XSharp.ADS
STATIC METHOD AdsCreateIndex( hObj AS IntPtr, strFileName AS STRING, strTag AS STRING, strExpr AS STRING, strCondition AS STRING, strWhile AS STRING, ulOptions AS DWORD, phIndex OUT IntPtr ) AS DWORD
public static uint AdsCreateIndex( IntPtr hObj, string strFileName, string strTag, string strExpr, string strCondition, string strWhile, uint ulOptions, out IntPtr phIndex )