[Missing <summary> documentation for "P:NHibernate.Param.DynamicFilterParameterSpecification.ElementType"]

Namespace: NHibernate.Param
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IType ElementType { get; }
Visual Basic
Public ReadOnly Property ElementType As IType
	Get
Visual C++
public:
property IType^ ElementType {
	IType^ get ();
}

See Also