IEntityFieldSetOverClause Method  | 
 
            Sets the entity field's OverClauseToApply property 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
SyntaxEntityField SetOverClause(
	WindowSpecification overClauseToApply
)
Function SetOverClause ( 
	overClauseToApply As WindowSpecification
) As EntityField
Parameters
- overClauseToApply
 - Type: SD.LLBLGen.Pro.ORMSupportClassesWindowSpecification
the over clause to apply to the field 
Return Value
Type: 
EntityFieldthe entity field object the method was called on, for command chaining
See Also