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