Click or drag to resize
EntityFieldsCoreTFieldIEntityFieldsCoreContract Method
Contracts the list of fields so all empty slots at the end of the list of fields are removed. Doesn't perform a contract operation if the fields object is empty

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
int IEntityFieldsCore.Contract()

Return Value

Type: Int32
the new size of the fields object, or if the fields object is completely empty, the full size

Implements

IEntityFieldsCoreContract
See Also