Skip to content

Commit 8970071

Browse files
committed
Update documentation.
1 parent 76357a1 commit 8970071

24 files changed

+197
-89
lines changed

docs/content/api/MySqlConnector/MySqlBatch/ExecuteReader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: MySqlBatch.ExecuteReader method
77
Executes all the commands in the batch, returning a [`MySqlDataReader`](../../MySqlDataReaderType/) that can iterate over the result sets. If multiple resultsets are returned, use [`NextResult`](../../MySqlDataReader/NextResult/) to access them.
88

99
```csharp
10-
public MySqlDataReader ExecuteReader()
10+
public MySqlDataReader ExecuteReader(CommandBehavior commandBehavior = CommandBehavior.Default)
1111
```
1212

1313
## See Also

docs/content/api/MySqlConnector/MySqlBatchCommand/CommandBehavior.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/content/api/MySqlConnector/MySqlBatchCommand/RecordsAffected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: MySqlBatchCommand.RecordsAffected property
55
# MySqlBatchCommand.RecordsAffected property
66

77
```csharp
8-
public int RecordsAffected { get; set; }
8+
public int RecordsAffected { get; }
99
```
1010

1111
## See Also
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MySqlBatchCommandCollection.Add method
3+
---
4+
5+
# MySqlBatchCommandCollection.Add method
6+
7+
```csharp
8+
public void Add(MySqlBatchCommand item)
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommand](../../MySqlBatchCommandType/)
14+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
15+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
16+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
17+
18+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2-
title: MySqlBatchCommandCollection constructor
2+
title: MySqlBatchCommandCollection.Clear method
33
---
44

5-
# MySqlBatchCommandCollection constructor
6-
7-
The default constructor.
5+
# MySqlBatchCommandCollection.Clear method
86

97
```csharp
10-
public MySqlBatchCommandCollection()
8+
public void Clear()
119
```
1210

1311
## See Also
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MySqlBatchCommandCollection.Contains method
3+
---
4+
5+
# MySqlBatchCommandCollection.Contains method
6+
7+
```csharp
8+
public bool Contains(MySqlBatchCommand item)
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommand](../../MySqlBatchCommandType/)
14+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
15+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
16+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
17+
18+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MySqlBatchCommandCollection.CopyTo method
3+
---
4+
5+
# MySqlBatchCommandCollection.CopyTo method
6+
7+
```csharp
8+
public void CopyTo(MySqlBatchCommand[] array, int arrayIndex)
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommand](../../MySqlBatchCommandType/)
14+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
15+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
16+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
17+
18+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: MySqlBatchCommandCollection.Count property
3+
---
4+
5+
# MySqlBatchCommandCollection.Count property
6+
7+
```csharp
8+
public int Count { get; }
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
14+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
15+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
16+
17+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MySqlBatchCommandCollection.GetEnumerator method
3+
---
4+
5+
# MySqlBatchCommandCollection.GetEnumerator method
6+
7+
```csharp
8+
public IEnumerator<MySqlBatchCommand> GetEnumerator()
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommand](../../MySqlBatchCommandType/)
14+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
15+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
16+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
17+
18+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: MySqlBatchCommandCollection.IndexOf method
3+
---
4+
5+
# MySqlBatchCommandCollection.IndexOf method
6+
7+
```csharp
8+
public int IndexOf(MySqlBatchCommand item)
9+
```
10+
11+
## See Also
12+
13+
* class [MySqlBatchCommand](../../MySqlBatchCommandType/)
14+
* class [MySqlBatchCommandCollection](../../MySqlBatchCommandCollectionType/)
15+
* namespace [MySqlConnector](../../MySqlBatchCommandCollectionType/)
16+
* assembly [MySqlConnector](../../../MySqlConnectorAssembly/)
17+
18+
<!-- DO NOT EDIT: generated by xmldocmd for MySqlConnector.dll -->

0 commit comments

Comments
 (0)