Scalien.scaliendb_client.SDBP_CountCStr C# (CSharp) Method

SDBP_CountCStr() public static method

public static SDBP_CountCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr startKey, int startKeyLen, IntPtr endKey, int endKeyLen, IntPtr prefix, int prefixLen, bool forwardDirection ) : int
client SWIGTYPE_p_void
tableID ulong
startKey System.IntPtr
startKeyLen int
endKey System.IntPtr
endKeyLen int
prefix System.IntPtr
prefixLen int
forwardDirection bool
return int
        public static unsafe int SDBP_CountCStr(SWIGTYPE_p_void client, ulong tableID, IntPtr startKey, int startKeyLen, IntPtr endKey, int endKeyLen, IntPtr prefix, int prefixLen, bool forwardDirection)
        {
            int ret = scaliendb_clientPINVOKE.SDBP_CountCStr(SWIGTYPE_p_void.getCPtr(client), tableID, startKey, startKeyLen, endKey, endKeyLen, prefix, prefixLen, forwardDirection);
            return ret;
        }
scaliendb_client