[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor that accepts a single string argument that specifies the underlying CAML query to be used.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public CamlQuery(
	string query
)
Visual Basic (Declaration)
Public Sub New ( _
	query As String _
)
Visual C++
public:
CamlQuery (
	String^ query
)

Parameters

query
String
the CAML query string

Remarks

See Also