/// <summary> /// Create a new LRSSchemeAttr object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="lRSSchemeId">Initial value of the LRSSchemeId property.</param> /// <param name="cOLUMN_NAME">Initial value of the COLUMN_NAME property.</param> /// <param name="iS_NULLABLE">Initial value of the IS_NULLABLE property.</param> /// <param name="iS_REQUIRED">Initial value of the IS_REQUIRED property.</param> public static LRSSchemeAttr CreateLRSSchemeAttr(global::System.Int32 id, global::System.Int32 lRSSchemeId, global::System.String cOLUMN_NAME, global::System.Boolean iS_NULLABLE, global::System.Boolean iS_REQUIRED) { LRSSchemeAttr lRSSchemeAttr = new LRSSchemeAttr(); lRSSchemeAttr.Id = id; lRSSchemeAttr.LRSSchemeId = lRSSchemeId; lRSSchemeAttr.COLUMN_NAME = cOLUMN_NAME; lRSSchemeAttr.IS_NULLABLE = iS_NULLABLE; lRSSchemeAttr.IS_REQUIRED = iS_REQUIRED; return lRSSchemeAttr; }
/// <summary> /// Deprecated Method for adding a new object to the LRSSchemeAttr EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLRSSchemeAttr(LRSSchemeAttr lRSSchemeAttr) { base.AddObject("LRSSchemeAttr", lRSSchemeAttr); }