SqlBuilder<(Of <(<'TDbType>)>)>..::..ApplyRulesForSelect Method
Applies the audit rules for select operations.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public void ApplyRulesForSelect( IDataSource dataSource )
Public Sub ApplyRulesForSelect ( _ dataSource As IDataSource _ )
public: void ApplyRulesForSelect( IDataSource^ dataSource )
Parameters
- dataSource
- Type: Tortuga.Chain.DataSources..::..IDataSource
The data source.