Mimer SQL Data Provider
MimerBatchCommand Constructor(String)




Mimer.Data.Client Namespace > MimerBatchCommand Class > MimerBatchCommand Constructor : MimerBatchCommand Constructor(String)
SQL statement text.
Initializes a new instance of the MimerBatchCommand class with the specified SQL statement.
Syntax
'Declaration
 
Public Function New( _
   ByVal commandText As String _
)
public MimerBatchCommand( 
   string commandText
)
public MimerBatchCommand( 
    commandText: String
); 
public function MimerBatchCommand( 
   commandText : String
);
public: MimerBatchCommand( 
   string* commandText
)

Parameters

commandText
SQL statement text.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerBatchCommand Class
MimerBatchCommand Members
Overload List