Generate small message that can be used in traces and exception messages.
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static string InfoString( Type clazz, Object id ) |
Visual Basic |
---|
Public Shared Function InfoString ( _ clazz As Type, _ id As Object _ ) As String |
Visual C++ |
---|
public: static String^ InfoString( Type^ clazz, Object^ id ) |
Parameters
- clazz
- Type: System..::..Type
The Type to create the string from.
- id
- Type: System..::..Object
The identifier of the object.