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

Drukuj

.NET Framework Class Library

IFKContractorsController.FilterSql Method

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Contractors (in Sage.PL.WebAPI.Interface.FKF.Contractors.dll) Version: 25.10.1.0 (25.10.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

See Also

IFKContractorsController Interface

IFKContractorsController Members

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