Skip to content

ISqlQueryToString interface

namespace: Serenity.Data   assemblySerenity.Net.Services

Interface for types that can convert an ISqlQuery to its string representation.

public interface ISqlQueryToString

Members

name description
ToString(…) Converts the query to string.

See Also