Namespace:  NHibernate.Type
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);

Parameters

rs
Type: System.Data..::.IDbCommand
value
Type: System..::.Object
index
Type: System..::.Int32

See Also