/// <summary> /// Create a new S_ZIF object. /// </summary> /// <param name="код">Initial value of the Код property.</param> public static S_ZIF CreateS_ZIF(global::System.Int32 код) { S_ZIF s_ZIF = new S_ZIF(); s_ZIF.Код = код; return s_ZIF; }
/// <summary> /// Deprecated Method for adding a new object to the S_ZIF EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToS_ZIF(S_ZIF s_ZIF) { base.AddObject("S_ZIF", s_ZIF); }