Sets the value of this Type in the IDbCommand.
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub Set ( _ st As IDbCommand, _ value As Object, _ index As Integer _ ) |
C# |
---|
public override void Set( IDbCommand st, Object value, int index ) |
Visual C++ |
---|
public: virtual void Set( IDbCommand^ st, Object^ value, int index ) override |
JavaScript |
---|
function set(st, value, index); |
Parameters
- st
- Type: System.Data..::.IDbCommand
The IDbCommand to add the Type's value to.
- value
- Type: System..::.Object
The value of the Type.
- index
- Type: System..::.Int32
The index of the IDataParameter in the IDbCommand.
Remarks
No null values will be written to the IDbCommand for this Type.