Scalien.scaliendb_client.SDBP_Count C# (CSharp) Method

SDBP_Count() public static method

public static SDBP_Count ( SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, bool forwardDirection ) : int
client SWIGTYPE_p_void
tableID ulong
startKey string
endKey string
prefix string
forwardDirection bool
return int
        public static unsafe int SDBP_Count(SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, bool forwardDirection)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_Count(SWIGTYPE_p_void.getCPtr(client), tableID, startKey, endKey, prefix, forwardDirection);
            if (scaliendb_clientPINVOKE.SWIGPendingException.Pending) throw scaliendb_clientPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
scaliendb_client