/// <summary> /// Create a new aluno object. /// </summary> /// <param name="idAluno">Initial value of the idAluno property.</param> /// <param name="idPessoa">Initial value of the idPessoa property.</param> public static aluno Createaluno(global::System.Int32 idAluno, global::System.Int32 idPessoa) { aluno aluno = new aluno(); aluno.idAluno = idAluno; aluno.idPessoa = idPessoa; return aluno; }
/// <summary> /// Deprecated Method for adding a new object to the aluno EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToaluno(aluno aluno) { base.AddObject("aluno", aluno); }