ACE.AdsCreateTable90 Method |
Namespace: XSharp.ADS
STATIC METHOD AdsCreateTable90( 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, strCollation AS STRING, phTable OUT IntPtr ) AS DWORD
public static uint AdsCreateTable90( IntPtr hConnect, string strName, string strDBObjName, ushort usTableType, ushort usCharType, ushort usLockType, ushort usCheckRights, ushort usMemoSize, string strFields, uint ulOptions, string strCollation, out IntPtr phTable )