C# Класс DataAccessFramework.Querying.FullTextClause

A where part representing a full text search.
Наследование: WherePart
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FullTextClause ( string searchText ) : System.Collections.Generic

Creates a new FullTextClause instance.

Приватные методы

Метод Описание
BuildSql ( BuildSqlContext sqlContext ) : void

Builds the SQL for the full text.

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

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

Creates a new FullTextClause instance.
public FullTextClause ( string searchText ) : System.Collections.Generic
searchText string /// The text to search for ///
Результат System.Collections.Generic