Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Constructor (String)

Creates a new instance of the FbCommand class with the text of the query.

[Visual Basic]
Overloads Public Sub New( _
   ByVal cmdText As String _
)
[C#]
public FbCommand(
   string cmdText
);

Parameters

cmdText
The text of the query.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace | FbCommand Constructor Overload List