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