Scalien.scaliendb_client.SDBP_ResultIsEnd C# (CSharp) Méthode

SDBP_ResultIsEnd() public static méthode

public static SDBP_ResultIsEnd ( SWIGTYPE_p_void result ) : bool
result SWIGTYPE_p_void
Résultat bool
        public static unsafe bool SDBP_ResultIsEnd(SWIGTYPE_p_void result)
        {
            bool ret = scaliendb_clientPINVOKE.SDBP_ResultIsEnd(SWIGTYPE_p_void.getCPtr(result));
            return ret;
        }
scaliendb_client