Scalien.scaliendb_client.SDBP_Get C# (CSharp) Method

SDBP_Get() public static method

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