SnapDAL Library Documentation

DataFactory.GetCommand Method 

get a Command for the statement of the given name. It is up to the caller to initialize this Command with connections, parameters etc. Note that this is just a copy of the command in the StatementManager so any changes you make will be isolated to the instance you are working with.

public IDbCommand GetCommand(
   string name
);

Parameters

name

Return Value

Implements

IDataLayer.GetCommand

See Also

DataFactory Class | SnapDAL Namespace