'Declaration Public Function New( _ ByVal commandText As String _ )
public TdCommand( string commandText )
public: TdCommand( String^ commandText )
Parameters
- commandText
- The SQL text that will be executed.
commandText
is used to initialize the CommandText property.