Scalien.scaliendb_client.SDBP_GetDatabaseNameAt C# (CSharp) Method

SDBP_GetDatabaseNameAt() public static method

public static SDBP_GetDatabaseNameAt ( SWIGTYPE_p_void client, uint n ) : string
client SWIGTYPE_p_void
n uint
return string
        public static unsafe string SDBP_GetDatabaseNameAt(SWIGTYPE_p_void client, uint n)
        {
            string ret = scaliendb_clientPINVOKE.SDBP_GetDatabaseNameAt(SWIGTYPE_p_void.getCPtr(client), n);
            return ret;
        }
scaliendb_client