Method GetWhereString
GetWhereString<T>(PrimaryKeys<T>, string)
Gets the where string for the specified entity type and view name.
public static string GetWhereString<T>(this PrimaryKeys<T> primaryKeys, string viewName) where T : class
Parameters
primaryKeys
PrimaryKeys<T>The primary keys.
viewName
stringThe view name.
Returns
- string
The where string.
Type Parameters
T
The entity type.