Method AsString
AsString<T>(QueryParameter<T>)
Converts the query parameter to a string representation.
public static string AsString<T>(this QueryParameter<T> queryParameter) where T : class
Parameters
queryParameter
QueryParameter<T>The query parameter.
Returns
- string
The string representation of the query parameter.
Type Parameters
T
The type of the entity.