[Missing <summary> documentation for "P:NHibernate.Param.QuerySkipParameterSpecification.ExpectedType"]

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

Syntax

C#
public IType ExpectedType { get; set; }
Visual Basic
Public Property ExpectedType As IType
	Get
	Set
Visual C++
public:
virtual property IType^ ExpectedType {
	IType^ get () sealed;
	void set (IType^ value) sealed;
}

Implements

IParameterSpecification..::..ExpectedType

See Also