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.9.0.0 (5.9.0)
Syntaxint IEntityFieldsCore.Contract()
Private Function Contract As Integer
	Implements 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