public WhereIn ( string query, string column, string parameters ) : string | ||
query | string | The query. |
column | string | The column subject of the WHERE clause. |
parameters | string | The names of the parameters in the IN set. |
return | string |
public WhereIn ( string query, string column, string parameters ) : string | ||
query | string | The query. |
column | string | The column subject of the WHERE clause. |
parameters | string | The names of the parameters in the IN set. |
return | string |