Scalien.scaliendb_client.SDBP_ListKeyValues C# (CSharp) Метод

SDBP_ListKeyValues() публичный статический Метод

public static SDBP_ListKeyValues ( SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, uint count, bool forwardDirection, bool skip ) : int
client SWIGTYPE_p_void
tableID ulong
startKey string
endKey string
prefix string
count uint
forwardDirection bool
skip bool
Результат int
        public static unsafe int SDBP_ListKeyValues(SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, uint count, bool forwardDirection, bool skip)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_ListKeyValues(SWIGTYPE_p_void.getCPtr(client), tableID, startKey, endKey, prefix, count, forwardDirection, skip);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
scaliendb_client