SnapDAL Library Documentation

DataCommandDecorator Properties

The properties of the DataCommandDecorator class are listed below. For a complete list of DataCommandDecorator class members, see the DataCommandDecorator Members topic.

Public Instance Properties

CommandText CommandText property, see IDbCommand
CommandTimeout CommandTimeout property, see IDbCommand
CommandType CommandType property, see IDbCommand
Connection Connection property, see IDbCommand
Parameters Parameters property, see IDbCommand
PreExecuteCommand A Command object that will be passed the IDbCommand before execution for any final configuration that might be needed
ReaderReturned The Command to call when the IDataReader returned by this IDbCommand. You can use this command to decorate the reader.
Transaction Transaction property, see IDbcommand
UpdatedRowSource UpdatedRowSource property, see IDbCommand

See Also

DataCommandDecorator Class | SnapDAL Namespace