Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Find ( _ query As String, _ value As Object, _ type As IType _ ) As IList |
C# |
---|
public IList Find( string query, Object value, IType type ) |
Visual C++ |
---|
public: virtual IList^ Find( String^ query, Object^ value, IType^ type ) sealed |
JavaScript |
---|
function find(query, value, type); |
Parameters
- query
- Type: System..::.String
- value
- Type: System..::.Object
- type
- Type: NHibernate.Type..::.IType