Query parameter descriptions and values
Namespace: Huagati.LLBLGen.ProfilerAssembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145
Syntax
C# |
---|
public List<XmlCDataSection> QueryParams { get; set; } |
Visual Basic |
---|
Public Property QueryParams As List(Of XmlCDataSection) Get Set |
Visual C++ |
---|
public: property List<XmlCDataSection^>^ QueryParams { List<XmlCDataSection^>^ get (); void set (List<XmlCDataSection^>^ value); } |