FromClauseIsCollection Property |
Returns true if the 'from' expression is a collection (IEnumerable or IQueryable).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool IsCollection { get; }
Property Value
Type:
BooleanSee Also