NpgsqlNotificationEventArgs.AdditionalInformation Field
					
      
     
    
       Additional Information From Notifiying Process (for future use, currently postgres always sets this to an empty string) 
      
        [Visual Basic]
        Public ReadOnly AdditionalInformation As 
String 
      
        [C#]
        public readonly 
string AdditionalInformation;
 
      
      
      See Also
      
        NpgsqlNotificationEventArgs Class | Npgsql Namespace