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