[Missing <summary> documentation for "P:Remotion.Linq.Clauses.FromClauseBase.ItemType"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Type ItemType { get; set; } |
Visual Basic |
---|
Public Property ItemType As Type Get Set |
Visual C++ |
---|
public: virtual property Type^ ItemType { Type^ get () sealed; void set (Type^ value) sealed; } |