[Missing <summary> documentation for "P:Remotion.Linq.Parsing.Structure.IntermediateModel.AggregateFromSeedExpressionNode.Seed"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Expression Seed { get; private set; } |
Visual Basic |
---|
Public Property Seed As Expression Get Private Set |
Visual C++ |
---|
public: property Expression^ Seed { Expression^ get (); private: void set (Expression^ value); } |