IDataAccessable Members
The IDataAccessable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
GetParameters |
Returns the parameter values for the specified stored procedure, in the exact
order the procedure expects them.
|
|
|
GetSQL |
Returns raw SQL to execute for the specified command, or an empty string
when the command uses a stored procedure.
|
|
|
SetData |
Populates the entity's properties from the result sets returned by the
stored procedure.
|

