Click or drag to resize
Infosoft Logo

IQueryStatementEntityServiceCreate Method

Creates a new QueryStatement

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
QueryStatement Create(
	QueryStatement request
)

Parameters

request  QueryStatement
The request containing the values of the new QueryStatement

Return Value

QueryStatement
The created QueryStatement
See Also