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

QueryString() public méthode

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

Same methods

Storage::QueryString ( string strFolder, string oneStr ) : string
Storage::QueryString ( string strFolder, string oneStr, string twoStr ) : string
Storage::QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string