Свойство | Тип | Описание | |
---|---|---|---|
PartAfterValue | string | ||
PartBeforeValue | string |
Метод | Описание | |
---|---|---|
Clear ( ) : void |
Sets both parts back to null.
|
|
SqlClauseWithValue ( ) |
Create a blank clause.
|
|
SqlClauseWithValue ( string before, string after ) |
Create a clause by specifying the before and after parts.
|
public SqlClauseWithValue ( string before, string after ) | ||
before | string | The part of the clause that comes before the value. |
after | string | The part of the clause that comes after the value. |