Constructor WithOptionsAttribute
WithOptionsAttribute(EntityQueryOptions)
Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity
Declaration
public WithOptionsAttribute(EntityQueryOptions option)Parameters
| Type | Name | Description | 
|---|---|---|
| EntityQueryOptions | option | The query options | 
WithOptionsAttribute(params EntityQueryOptions[])
Specifies that this IJobEntity should include a given EntityQueryOption found as attributes of the IJobEntity
Declaration
public WithOptionsAttribute(params EntityQueryOptions[] options)Parameters
| Type | Name | Description | 
|---|---|---|
| EntityQueryOptions[] | options | The query options |