| FilterQueryGetQueryTableSpec Method (IDatabaseRepository, Assembly, String, Byte, DictionaryString, FilterBuilderFieldObject, ListCheckBox, Boolean, QueryTableControl, ListFilterQueryFieldConstraint, XmlElement) | 
 
Namespace: PDTec.IceNet.Web.UI.ControlsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic void GetQueryTableSpec(
	IDatabaseRepository pRepository,
	Assembly pAssembly,
	string xmlResourceName,
	byte[] aBinaryXmlDocument,
	Dictionary<string, FilterBuilderFieldObject> dictFieldObject,
	List<CheckBox> ltColBox,
	bool isPaging,
	out QueryTableControl pQueryTableControl,
	out List<FilterQueryFieldConstraint> ltConstraint,
	out XmlElement xeQueryConstrains
)
Parameters
- pRepository
 - Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
 - pAssembly
 - Type: System.ReflectionAssembly
 - xmlResourceName
 - Type: SystemString
 - aBinaryXmlDocument
 - Type: SystemByte
 - dictFieldObject
 - Type: System.Collections.GenericDictionaryString, FilterBuilderFieldObject
 - ltColBox
 - Type: System.Collections.GenericListCheckBox
 - isPaging
 - Type: SystemBoolean
 - pQueryTableControl
 - Type: PDTec.IceNet.Web.UI.ControlsQueryTableControl
 - ltConstraint
 - Type: System.Collections.GenericListFilterQueryFieldConstraint
 - xeQueryConstrains
 - Type: System.XmlXmlElement
 
See Also