Namespace:
NHibernate.Transaction
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Configure ( _ props As IDictionary _ ) |
C# |
---|
public void Configure( IDictionary props ) |
Visual C++ |
---|
public: virtual void Configure( IDictionary^ props ) sealed |
JavaScript |
---|
function configure(props); |
Parameters
- props
- Type: System.Collections..::.IDictionary