Table of Contents

Method ToQueryString

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

ToQueryString(IPrimaryKey)

Converts the IPrimaryKey object to a query string.

public static string ToQueryString(this IPrimaryKey iPrimaryKey)

Parameters

iPrimaryKey IPrimaryKey

The IPrimaryKey object.

Returns

string

A query string representation of the primary keys.