Constructor

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal query As SearchQuery, _ 
ByVal limit As SearchLimitOption, _ 
ByVal limit_id As EntityID, _ 
ByVal search_type As EntityType
)
This language is not supported or no code example is available.
public StoredSearchQuery( 
SearchQuery query
SearchLimitOption limit
EntityID limit_id
EntityType search_type 
)
This language is not supported or no code example is available.
public:  
StoredSearchQuery( 
SearchQuery^ query
SearchLimitOption limit
EntityID^ limit_id
EntityType search_type 
)
This language is not supported or no code example is available.
public function StoredSearchQuery( 
query : SearchQuery
limit : SearchLimitOption
limit_id : EntityID
search_type : EntityType 
);
This language is not supported or no code example is available.

Parameters

query
Type: SearchQuery

<default>

limit
Type: SearchLimitOption

<default>

limit_id
Type: EntityID

<default>

search_type
Type: EntityType

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1