C# Класс Adf.Business.Search.SearchAttribute

Наследование: System.Attribute, ISearchParameter
Показать файл Открыть проект

Открытые методы

Метод Описание
SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System

Sets the method name and column name of this instance with the supplied method name and column name.

Описание методов

SearchAttribute() публичный Метод

Sets the method name and column name of this instance with the supplied method name and column name.
public SearchAttribute ( string op, OperatorType operatorType, string column, ParameterType parameterType = null, CollationType collation = null ) : System
op string The supplied method name.
operatorType Adf.Core.Query.OperatorType
column string The supplied column name.
parameterType Adf.Core.Query.ParameterType
collation CollationType
Результат System