Example #1
0
 //
 // Internal methods and properties
 //
 internal void OnNotice(object O, NpgsqlNoticeEventArgs E)
 {
     if (Notice != null)
     {
         Notice(this, E);
     }
 }
Example #2
0
		//
		// Internal methods and properties
		//
		internal void OnNotice(object O, NpgsqlNoticeEventArgs E)
		{
			if (Notice != null)
			{
				Notice(this, E);
			}
		}