Namespace:
NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetFetchMode ( _ i As Integer _ ) As FetchMode |
C# |
---|
public FetchMode GetFetchMode( int i ) |
Visual C++ |
---|
public: virtual FetchMode GetFetchMode( int i ) sealed |
JavaScript |
---|
function getFetchMode(i); |
Parameters
- i
- Type: System..::.Int32