Scalien.scaliendb_client.SDBP_SetDebug C# (CSharp) Method

SDBP_SetDebug() public static method

public static SDBP_SetDebug ( bool debug ) : void
debug bool
return void
        public static unsafe void SDBP_SetDebug(bool debug)
        {
            scaliendb_clientPINVOKE.SDBP_SetDebug(debug);
        }
scaliendb_client