ConditionedSqlList Class

Definition

a list of CondtionedSql

[System.Runtime.InteropServices.ComVisible(false)]
public class ConditionedSqlList
[<System.Runtime.InteropServices.ComVisible(false)>]
type ConditionedSqlList = class
Public Class ConditionedSqlList
Inheritance
ConditionedSqlList
Attributes

Constructors

Name Description
ConditionedSqlList()

default constructor

Properties

Name Description
Count

how many conditioned sql are there

Item[Int32]

int indexer

Methods

Name Description
Add(ConditionedSql)

add a conditioned sql

AddDefault(StatementBuilder)

add default conditioned sql

AddHits(SqlObjectBase, String, StatementBuilder)

add hit for every cionditioned sql

ClearHits()

clear used mark for all conditioned sqls

GetEnumerator()

get an enumerator for foreach

Applies to