ACE.AdsOpenTable Method |
Namespace: XSharp.ADS
STATIC METHOD AdsOpenTable( hConnect AS IntPtr, strName AS STRING, strAlias AS STRING, usTableType AS WORD, usCharType AS WORD, usLockType AS WORD, usCheckRights AS WORD, ulOptions AS DWORD, phTable OUT IntPtr ) AS DWORD
public static uint AdsOpenTable( IntPtr hConnect, string strName, string strAlias, ushort usTableType, ushort usCharType, ushort usLockType, ushort usCheckRights, uint ulOptions, out IntPtr phTable )