Scalien.scaliendb_client.SDBP_GetTableIDByName C# (CSharp) Method

SDBP_GetTableIDByName() public static method

public static SDBP_GetTableIDByName ( SWIGTYPE_p_void client, ulong databaseID, string name ) : ulong
client SWIGTYPE_p_void
databaseID ulong
name string
return ulong
        public static unsafe ulong SDBP_GetTableIDByName(SWIGTYPE_p_void client, ulong databaseID, string name)
        {
            ulong ret = scaliendb_clientPINVOKE.SDBP_GetTableIDByName(SWIGTYPE_p_void.getCPtr(client), databaseID, name);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
scaliendb_client