Method ToWhereString
ToWhereString(IPrimaryKey)
Converts the IPrimaryKey object to a WHERE clause string.
public static string ToWhereString(this IPrimaryKey iPrimaryKey)
Parameters
iPrimaryKey
IPrimaryKeyThe IPrimaryKey object.
Returns
- string
A WHERE clause string representation of the primary keys.