Sage.PL.WebAPI.Interface.FKF.Contractors.Interfaces Namespace > IFKContractorsController Interface > IFKContractorsController Methods > FilterSql Method 

Drukuj

.NET Framework Class Library

IFKContractorsController.FilterSql Method

Metoda umożliwia pobranie listy kontrahentów spełniających podane kryteria wyszukiwania przy użyciu w składni SQL.

Namespace: Sage.PL.WebAPI.Interface.FKF.Contractors.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.FKF.Contractors (in Sage.PL.WebAPI.Interface.FKF.Contractors.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function FilterSql ( _
 criteriaFilter As ContractorCriteriaFilter _
As IHttpActionResult

C#

IHttpActionResult FilterSql(
 ContractorCriteriaFilter criteriaFilter
)

Visual C++

IHttpActionResultFilterSql(
 ContractorCriteriaFiltercriteriaFilter
)

JavaScript

function filterSql(criteriaFilter);

Parameters

criteriaFilter

Type: Sage.PL.WebAPI.Interface.FKF.Contractors.ViewModels.ContractorCriteriaFilter

[FromBody] Lista kryteriów wyszukiwania.

Return Value

Zwraca kolekcję obiektów ContractorListElement.

See Also

IFKContractorsController Interface

IFKContractorsController Members

Sage.PL.WebAPI.Interface.FKF.Contractors.Interfaces Namespace