Click or drag to resize

IEntityField2SetOverClause 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.9.0.0 (5.9.0)
Syntax
EntityField2 SetOverClause(
	WindowSpecification overClauseToApply
)

Parameters

overClauseToApply
Type: SD.LLBLGen.Pro.ORMSupportClassesWindowSpecification
the over clause to apply to the field

Return Value

Type: EntityField2
the entity field object the method was called on, for command chaining
See Also