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