/// <summary> /// Create a new khoi object. /// </summary> /// <param name="ma_khoi">Initial value of the ma_khoi property.</param> public static khoi Createkhoi(global::System.String ma_khoi) { khoi khoi = new khoi(); khoi.ma_khoi = ma_khoi; return khoi; }
private bool Filterkhoi(khoi entity) { return (entity.ma_khoi == this.ma_khoi); }
/// <summary> /// Deprecated Method for adding a new object to the khois EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTokhois(khoi khoi) { base.AddObject("khois", khoi); }