ConditionedSqlList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ConditionedSqlList() |
default constructor |
Properties
Count |
how many conditioned sql are there |
Item[Int32] |
int indexer |
Methods
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 |