Scalien.scaliendb_client.SDBP_GetDebugString C# (CSharp) Method

SDBP_GetDebugString() public static method

public static SDBP_GetDebugString ( ) : string
return string
        public static unsafe string SDBP_GetDebugString()
        {
            string ret = scaliendb_clientPINVOKE.SDBP_GetDebugString();
            return ret;
        }
scaliendb_client