Scalien.scaliendb_client.SDBP_DeleteTable C# (CSharp) Method

SDBP_DeleteTable() public static method

public static SDBP_DeleteTable ( SWIGTYPE_p_void client, ulong tableID ) : int
client SWIGTYPE_p_void
tableID ulong
return int
        public static unsafe int SDBP_DeleteTable(SWIGTYPE_p_void client, ulong tableID)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_DeleteTable(SWIGTYPE_p_void.getCPtr(client), tableID);
            return ret;
        }
scaliendb_client