Saimoe.Models.SaimoeContext.AddToProfiles C# (CSharp) 메소드

AddToProfiles() 공개 메소드

Deprecated Method for adding a new object to the Profiles EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProfiles ( Profile profile ) : void
profile Profile
리턴 void
        public void AddToProfiles(Profile profile)
        {
            base.AddObject("Profiles", profile);
        }