FetchExpression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FetchExpression() |
Initializes a new instance of the |
FetchExpression(String) |
Initializes a new instance of the |
FetchExpression()
Initializes a new instance of the
FetchExpression class.
public:
FetchExpression();
public FetchExpression ();
Public Sub New ()
Applies to
FetchExpression(String)
Initializes a new instance of the
FetchExpression class, setting the
Query property.
public:
FetchExpression(System::String ^ query);
public FetchExpression (string query);
new Microsoft.Xrm.Sdk.Query.FetchExpression : string -> Microsoft.Xrm.Sdk.Query.FetchExpression
Public Sub New (query As String)
Parameters
- query
- String
The FetchXML query string.