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.2.2.0
Syntax
C# |
---|
public StringCollection Expressions { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Expressions As StringCollection |
Visual C++ |
---|
public: property StringCollection^ Expressions { StringCollection^ get (); } |