Scalien.scaliendb_client.SDBP_CreateDatabase C# (CSharp) Method

SDBP_CreateDatabase() public static method

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