Class ExistsPredicate<TSub>
Inheritance
System.Object
ExistsPredicate<TSub>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DapperExtensions
Assembly: DapperExtensions.StrongName.dll
Syntax
public class ExistsPredicate<TSub> : IExistsPredicate, IPredicate where TSub : class
Type Parameters
Name | Description |
---|---|
TSub |
Properties
| Improve this Doc View SourceNot
Declaration
public bool Not { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Predicate
Declaration
public IPredicate Predicate { get; set; }
Property Value
Type | Description |
---|---|
IPredicate |
Methods
| Improve this Doc View SourceGetClassMapper(Type, IDapperExtensionsConfiguration)
Declaration
protected virtual IClassMapper GetClassMapper(Type type, IDapperExtensionsConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
IDapperExtensionsConfiguration | configuration |
Returns
Type | Description |
---|---|
IClassMapper |
GetSql(ISqlGenerator, IDictionary<String, Object>)
Declaration
public 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 |