MySQL Connector/Net
MySqlScriptEventArgsPosition Property |
Gets the position.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Position { get; }
Public ReadOnly Property Position As Integer Get
public: property int Position { int get (); }
member Position : int with get
Property Value
Type: Int32The position.
