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

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

public static SDBP_SetDebug ( bool debug ) : void
debug bool
Результат void
        public static unsafe void SDBP_SetDebug(bool debug)
        {
            scaliendb_clientPINVOKE.SDBP_SetDebug(debug);
        }
scaliendb_client