|
| MySQL Connector/Net |
| MySqlBulkLoader..::..Expressions Property |
| MySqlBulkLoader Class See Also Send Feedback |
|
Gets the expressions.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public List<string> Expressions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Expressions As List(Of String) Get |
| Visual C++ |
|---|
public: property List<String^>^ Expressions { List<String^>^ get (); } |