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

ISqlChild Interface

Summary description for ISqlChild.

[Visual Basic]
Public Interface ISqlChild
[C#]
public interface ISqlChild

Types that implement ISqlChild

Type 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.
SqlText Summary description for SqlText.

Requirements

Namespace: IBatisNet.DataMapper.Configuration.Sql.Dynamic

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

IBatisNet.DataMapper.Configuration.Sql.Dynamic Namespace