SqlBuilder<(Of <(<'TDbType>)>)>..::..ApplyArgumentValue Method (IDataSource, OperationTypes, Nullable<(Of <(<'Object>)>)>, Boolean)
Applies the argument value.
Namespace:
Tortuga.Chain.CommandBuildersAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public void ApplyArgumentValue( IDataSource dataSource, OperationTypes operationType, Nullable<Object> argumentValue, bool nonQueryDelete )
Public Sub ApplyArgumentValue ( _ dataSource As IDataSource, _ operationType As OperationTypes, _ argumentValue As Nullable(Of Object), _ nonQueryDelete As Boolean _ )
public: void ApplyArgumentValue( IDataSource^ dataSource, OperationTypes^ operationType, Nullable<Object^> argumentValue, bool^ nonQueryDelete )
Parameters
- dataSource
- Type: Tortuga.Chain.DataSources..::..IDataSource
The data source.
- operationType
- Type: Tortuga.Chain.AuditRules..::..OperationTypes
Type of the operation.
- nonQueryDelete
- Type: Boolean
No result will be read from this operation.
Exceptions
Exception | Condition |
---|---|
Tortuga.Chain..::..MappingException | This is thrown is no properties could be matched to a column. If strict mode, all properties must match columns. |
[ArgumentNullException] | value;value is null. |