Scalien.scaliendb_client.SDBP_ResultNumber C# (CSharp) Method

SDBP_ResultNumber() public static method

public static SDBP_ResultNumber ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong
        public static unsafe ulong SDBP_ResultNumber(SWIGTYPE_p_void result)
        {
            ulong ret = scaliendb_clientPINVOKE.SDBP_ResultNumber(SWIGTYPE_p_void.getCPtr(result));
            return ret;
        }
scaliendb_client