/// <summary> /// Create a new AspNet_SqlCacheTablesForChangeNotification object. /// </summary> /// <param name="tableName">Initial value of the tableName property.</param> /// <param name="notificationCreated">Initial value of the notificationCreated property.</param> /// <param name="changeId">Initial value of the changeId property.</param> public static AspNet_SqlCacheTablesForChangeNotification CreateAspNet_SqlCacheTablesForChangeNotification(global::System.String tableName, global::System.DateTime notificationCreated, global::System.Int32 changeId) { AspNet_SqlCacheTablesForChangeNotification aspNet_SqlCacheTablesForChangeNotification = new AspNet_SqlCacheTablesForChangeNotification(); aspNet_SqlCacheTablesForChangeNotification.tableName = tableName; aspNet_SqlCacheTablesForChangeNotification.notificationCreated = notificationCreated; aspNet_SqlCacheTablesForChangeNotification.changeId = changeId; return(aspNet_SqlCacheTablesForChangeNotification); }
/// <summary> /// Deprecated Method for adding a new object to the AspNet_SqlCacheTablesForChangeNotification EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAspNet_SqlCacheTablesForChangeNotification(AspNet_SqlCacheTablesForChangeNotification aspNet_SqlCacheTablesForChangeNotification) { base.AddObject("AspNet_SqlCacheTablesForChangeNotification", aspNet_SqlCacheTablesForChangeNotification); }