Interface IPredicate
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public interface IPredicate
Methods
| Improve this Doc View SourceGetSql(ISqlGenerator, IDictionary<String, Object>)
Declaration
string GetSql(ISqlGenerator sqlGenerator, IDictionary<string, object> parameters)
Parameters
Type | Name | Description |
---|---|---|
ISqlGenerator | sqlGenerator | |
System.Collections.Generic.IDictionary<System.String, System.Object> | parameters |
Returns
Type | Description |
---|---|
System.String |