QueryByAttribute Constructors
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.
QueryByAttribute() |
Initializes a new instance of the QueryByAttribute class. |
QueryByAttribute(String) |
Initializes a new instance of the QueryByAttribute class. |
Initializes a new instance of the QueryByAttribute class.
C++
public:
QueryByAttribute();
public QueryByAttribute();
Public Sub New ()
Applies to
Dataverse SDK Latest
Produkt | Versioner |
---|---|
Dataverse SDK | Latest |
Initializes a new instance of the QueryByAttribute class.
C++
public:
QueryByAttribute(System::String ^ entityName);
public QueryByAttribute(string entityName);
new Microsoft.Xrm.Sdk.Query.QueryByAttribute : string -> Microsoft.Xrm.Sdk.Query.QueryByAttribute
Public Sub New (entityName As String)
Parameters
- entityName
- String
The logical name of the entity to query.
Applies to
Dataverse SDK Latest
Produkt | Versioner |
---|---|
Dataverse SDK | Latest |