QueryByAttribute 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
QueryByAttribute() |
Initializes a new instance of the QueryByAttribute class. |
QueryByAttribute(String) |
Initializes a new instance of the QueryByAttribute class. |
QueryByAttribute()
Initializes a new instance of the QueryByAttribute class.
public:
QueryByAttribute();
public QueryByAttribute ();
Public Sub New ()
Applies to
QueryByAttribute(String)
Initializes a new instance of the QueryByAttribute class.
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.