OpenTransactions.OTAPI.Storage.EraseValueByKey C# (CSharp) Méthode

EraseValueByKey() public méthode

public EraseValueByKey ( string strFolder ) : bool
strFolder string
Résultat bool
        public bool EraseValueByKey(string strFolder)
        {
            bool ret = otapiPINVOKE.Storage_EraseValueByKey__SWIG_3(swigCPtr, strFolder);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

Storage::EraseValueByKey ( string strFolder, string oneStr ) : bool
Storage::EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
Storage::EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool