|
| MySQL Connector/Net |
| MySqlScriptEventArgs..::..Position Property |
| MySqlScriptEventArgs Class See Also Send Feedback |
|
Gets the position.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public int Position { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Position As Integer Get |
| Visual C++ |
|---|
public: property int Position { int get (); } |