Scalien.scaliendb_client.SDBP_GetDatabaseIDByName C# (CSharp) Method

SDBP_GetDatabaseIDByName() public static method

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