Table of Contents

Method ToWhereString

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

ToWhereString(IPrimaryKey)

Converts the IPrimaryKey object to a WHERE clause string.

public static string ToWhereString(this IPrimaryKey iPrimaryKey)

Parameters

iPrimaryKey IPrimaryKey

The IPrimaryKey object.

Returns

string

A WHERE clause string representation of the primary keys.