Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DataAccessFramework
Querying
StartsWithClause
C# Class DataAccessFramework.Querying.StartsWithClause
Where clause for a string field that starts with a specific string
Inheritance:
WherePart
Exibir arquivo
Open project: PeteProgrammer/DataAccessFramework
Public Methods
Method
Description
StartsWithClause
(
WherePart
left
,
string
name
) :
System
Private Methods
Method
Description
BuildSql
(
BuildSqlContext
sqlContext
) :
void
Method Details
StartsWithClause()
public
method
public
StartsWithClause
(
WherePart
left
,
string
name
) :
System
left
WherePart
name
string
return
System