Table of Contents

Method GetWhereString

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

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 string

The view name.

Returns

string

The where string.

Type Parameters

T

The entity type.