Merge pull request #3477 from Unity-Technologies/create-delegate-exception
[mono.git] / mcs / class / System.Data / System.Data.SqlClient / SqlDependency.cs
index c0579c50a261dd2c66cef66cd9d66d5c386ee326..3962bf4f55c9fa193525a4f35a2e51b7d4a617d5 100644 (file)
@@ -34,6 +34,10 @@ namespace System.Data.SqlClient
 {
        public sealed class SqlDependency
        {
+#region ReferenceSource
+               internal const Bid.ApiGroup NotificationsTracePoints = (Bid.ApiGroup)0x2000;
+#endregion
+
                string uniqueId =  Guid.NewGuid().ToString();
 
                        [MonoTODO]