| IDaoUpdateExisting Method (IEntityFields, ITransaction) | 
 
            Updates an existing entity using the given fields. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxbool UpdateExisting(
	IEntityFields fields,
	ITransaction containingTransaction
)
Function UpdateExisting ( 
	fields As IEntityFields,
	containingTransaction As ITransaction
) As Boolean
Parameters
- fields
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields
The EntityField data to use for the update - containingTransaction
 - Type: SD.LLBLGen.Pro.ORMSupportClassesITransaction
A containing transaction, if caller is added to a transaction, or null if not. 
Return Value
Type: 
Booleantrue if the update was succesful, false otherwise
Exceptions
See Also