iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IBatisNet.DataMapper.Configuration.Sql.Dynamic.Elements Namespace

Namespace hierarchy

Classes

Class Description
BaseTag Summary description for BaseTag.
Conditional Summary description for Conditional.
Dynamic Summary description for DynamicTag.
IsEmpty Represent an isEmpty sql tag element.
IsEqual Represent an isEqual sql tag element.
IsGreaterEqual Represent an isGreaterEqual sql tag element.
IsGreaterThan Represent an isGreaterThan sql tag element.
IsLessEqual Represent an isLessEqual sql tag element.
IsLessThan Represent an isLessThan sql tag element.
IsNotEmpty Represent an isNotEmpty sql tag element.
IsNotEqual Represent an isNotEqual sql tag element.
IsNotNull Represent an isNotNull sql tag element.
IsNotParameterPresent Represent an isNotParameterPresent sql tag element.
IsNotPropertyAvailable Represent an isEmpty sql tag element.
IsNull Represent an isNull sql tag element.
IsParameterPresent Represent an isParameterPresent sql tag element.
IsPropertyAvailable Represent an isPropertyAvailable sql tag element.
Iterate Represent an iterate sql tag element.
SqlTag SqlTag is a children element of dynamic Sql element. SqlTag represent any binary unary/conditional element (like isEmpty, isNull, iEquall...) or other element as isParameterPresent, isNotParameterPresent, iterate.

Interfaces

Interface Description
IDynamicParent Summary description for DynamicParent.