EntityViewBaseTEntityIEntityViewCoreSorter Property  | 
 
            Gets or sets the sorter for this entity view. Setting this property will re-sort the view and will reset the view in databinding scenario's.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxISortExpression IEntityViewCore.Sorter { get; set; }Private Property Sorter As ISortExpression Implements IEntityViewCore.Sorter
	Get
	Set
Property Value
Type: 
ISortExpressionImplements
IEntityViewCoreSorter
See Also