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