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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CommandType As CommandType
C#
public CommandType CommandType { get; }
Visual C++
public:
property CommandType CommandType {
	CommandType get ();
}
JavaScript
function get_commandType();

See Also