Méthode | Description | |
---|---|---|
SqlContainsFreetext ( this source, string searchCondition ) : bool | ||
SqlContainsFreetext ( this source, string searchCondition, string language ) : bool | ||
SqlContainsFulltext ( this source, string searchCondition ) : bool | ||
SqlContainsFulltext ( this source, string searchCondition, string language ) : bool | ||
SqlLike ( this source, string pattern ) : bool |
public static SqlContainsFreetext ( this source, string searchCondition ) : bool | ||
source | this | |
searchCondition | string | |
Résultat | bool |
public static SqlContainsFreetext ( this source, string searchCondition, string language ) : bool | ||
source | this | |
searchCondition | string | |
language | string | |
Résultat | bool |
public static SqlContainsFulltext ( this source, string searchCondition ) : bool | ||
source | this | |
searchCondition | string | |
Résultat | bool |
public static SqlContainsFulltext ( this source, string searchCondition, string language ) : bool | ||
source | this | |
searchCondition | string | |
language | string | |
Résultat | bool |
public static SqlLike ( this source, string pattern ) : bool | ||
source | this | |
pattern | string | |
Résultat | bool |