| IEntityCoreSetEntityError Method | 
 
            Sets the error message which is returned by IDataErrorInfo.Error
            
 
    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
Syntaxvoid SetEntityError(
	string errorMessage
)
Sub SetEntityError ( 
	errorMessage As String
)
Parameters
- errorMessage
- Type: SystemString
 the message to set
 See Also
See Also