Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub NullSafeSet ( _ st As IDbCommand, _ value As Object, _ begin As Integer, _ session As ISessionImplementor _ ) |
C# |
---|
public override void NullSafeSet( IDbCommand st, Object value, int begin, ISessionImplementor session ) |
Visual C++ |
---|
public: virtual void NullSafeSet( IDbCommand^ st, Object^ value, int begin, ISessionImplementor^ session ) override |
JavaScript |
---|
function nullSafeSet(st, value, begin, session); |
Parameters
- st
- Type: System.Data..::.IDbCommand
- value
- Type: System..::.Object
- begin
- Type: System..::.Int32
- session
- Type: NHibernate.Engine..::.ISessionImplementor
Implements
IType..::.NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)IType..::.NullSafeSet(IDbCommand, Object, Int32, ISessionImplementor)