Namespace:  NHibernate.SqlCommand
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class SqlCommandInfo
C#
public class SqlCommandInfo
Visual C++
public ref class SqlCommandInfo
JavaScript
NHibernate.SqlCommand.SqlCommandInfo = function();

Type.createClass(
	'NHibernate.SqlCommand.SqlCommandInfo');

Inheritance Hierarchy

System..::.Object
  NHibernate.SqlCommand..::.SqlCommandInfo

See Also