SnapDAL Library Documentation

Provider.CloneCommand Method 

Clones a command from the statement.

protected virtual IDbCommand CloneCommand(
   Statement statement
);

Parameters

statement
The statement that you want a command from

Return Value

The command

See Also

Provider Class | SnapDAL Namespace