Gets the IStreamedDataInfo representing the type of data that the operator works upon.
Namespace: NHibernate.Linq.ReWritersAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IStreamedDataInfo EvaluationType { get; private set; } |
Visual Basic |
---|
Public Property EvaluationType As IStreamedDataInfo Get Private Set |
Visual C++ |
---|
public: property IStreamedDataInfo^ EvaluationType { IStreamedDataInfo^ get (); private: void set (IStreamedDataInfo^ value); } |