0
|
1 <ct_table>
|
|
2 <ct_hr>
|
|
3 <ct_item link="Introduction.htm" label="Introduction" />
|
|
4 <ct_hr>
|
|
5 <ct_text>Abstract accessors.</ct_text>
|
|
6 <ct_item link="OpenConfig.htm" label="Open and Configure">How to open and configure data accessors.</ct_item>
|
|
7 <ct_item link="Transaction.htm" label="Transactions" />
|
|
8 <ct_hr>
|
|
9 <ct_item link="AbstractAccessor.htm" label="AbstractAccessor" >Abstract accessor example.</ct_item>
|
|
10 <ct_item link="ExecuteList.htm" label="ExecuteList" >DataAccessor + List.</ct_item>
|
|
11 <ct_item link="ExecuteDictionary.htm" label="ExecuteDictionary" >DataAccessor + Dictionary.</ct_item>
|
|
12 <ct_item link="ExecuteObject.htm" label="ExecuteObject" >DataAccessor + business objects.</ct_item>
|
|
13 <ct_item link="ExecuteScalar.htm" label="ExecuteScalar" >DataAccessor + scalar values.</ct_item>
|
|
14 <ct_hr>
|
|
15 <ct_text>Abstract accessor attributes.</ct_text>
|
|
16 <ct_item3 link1="ActionName.htm" label1="ActionName" link2="ActionSprocName.htm" label2="ActionSprocName" link3="ActualType.htm" label3="ActualType" />
|
|
17 <ct_item3 link1="CommandBehavior.htm" label1="CommandBehavior" link2="DataSetTable.htm" label2="DataSetTable" link3="Destination.htm" label3="Destination" />
|
|
18 <ct_item3 link1="Direction.htm" label1="Direction" link2="DiscoverParameters.htm" label2="DiscoverParameters" link3="Format.htm" label3="Format" />
|
|
19 <ct_item3 link1="IndexAttribute.htm" label1="Index" link2="ObjectType.htm" label2="ObjectType" link3="ParamDbType.htm" label3="ParamDbType" />
|
|
20 <ct_item3 link1="ParamName.htm" label1="ParamName" link2="ParamNullValue.htm" label2="ParamNullValue" link3="ParamSize.htm" label3="ParamSize" />
|
|
21 <ct_item3 link1="ScalarFieldName.htm" label1="ScalarFieldName" link2="ScalarSource.htm" label2="ScalarSource" link3="SprocName.htm" label3="SprocName" />
|
|
22 <ct_item3 link1="SqlQuery.htm" label1="SqlQuery" link2="CustomSqlQuery1.htm" label2="Custom SqlQuery 1" link3="CustomSqlQuery2.htm" label3="Custom SqlQuery 2" />
|
|
23 <ct_hr>
|
|
24 <ct_text>SqlQuery & SprocQuery</ct_text>
|
|
25 <ct_item link="OpenConfigQuery.htm" label="Open and Configure">How to open and configure SqlQuery & SprocQuery.</ct_item>
|
|
26 <ct_hr>
|
|
27 <ct_text>Basic CRUDL operations and SQL text generation.</ct_text>
|
|
28 <ct_item link="SelectByKeySql.htm" label="SelectByKeySql" >Reads a record by Primary Key.</ct_item>
|
|
29 <ct_item link="SelectAllSql.htm" label="SelectAllSql" >Reads all records from specified table.</ct_item>
|
|
30 <ct_item link="InsertSql.htm" label="InsertSql" >Inserts a new record.</ct_item>
|
|
31 <ct_item link="UpdateSql.htm" label="UpdateSql" >Updates a record.</ct_item>
|
|
32 <ct_item link="DeleteSql.htm" label="DeleteSql" >Deletes a record either by Primary Key or by provided object.</ct_item>
|
|
33 <ct_hr>
|
|
34 <ct_text>Basic CRUDL operations and stored procedures.</ct_text>
|
|
35 <ct_item link="SelectByKey.htm" label="SelectByKey" >Reads a record by Primary Key.</ct_item>
|
|
36 <ct_item link="SelectAll.htm" label="SelectAll" >Reads all records from specified table.</ct_item>
|
|
37 <ct_item link="Insert.htm" label="Insert" >Inserts a new record.</ct_item>
|
|
38 <ct_item link="Update.htm" label="Update" >Updates a record.</ct_item>
|
|
39 <ct_item link="Delete.htm" label="Delete" >Deletes a record either by Primary Key or by provided object.</ct_item>
|
|
40 <ct_hr>
|
|
41 <ct_text>SQL text generation control attributes.</ct_text>
|
|
42 <ct_item link="TableName.htm" label="TableName" />
|
|
43 <ct_item link="PrimaryKey.htm" label="PrimaryKey" />
|
|
44 <ct_item link="NonUpdatable.htm" label="NonUpdatable" />
|
|
45 <ct_item link="XmlExtension.htm" label="XmlExtension" />
|
|
46 <ct_hr>
|
|
47 </ct_table>
|