Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Sub Set ( _ rs As IDbCommand, _ value As Object, _ index As Integer _ ) |
C# |
---|
public override void Set( IDbCommand rs, Object value, int index ) |
Visual C++ |
---|
public: virtual void Set( IDbCommand^ rs, Object^ value, int index ) override |
JavaScript |
---|
function set(rs, value, index); |