/// <summary> /// Deprecated Method for adding a new object to the DimCustomers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDimCustomers(DimCustomer dimCustomer) { base.AddObject("DimCustomers", dimCustomer); }
/// <summary> /// Create a new DimCustomer object. /// </summary> /// <param name="customerKey">Initial value of the CustomerKey property.</param> /// <param name="customerAlternateKey">Initial value of the CustomerAlternateKey property.</param> public static DimCustomer CreateDimCustomer(global::System.Int32 customerKey, global::System.String customerAlternateKey) { DimCustomer dimCustomer = new DimCustomer(); dimCustomer.CustomerKey = customerKey; dimCustomer.CustomerAlternateKey = customerAlternateKey; return dimCustomer; }