/// <summary> /// Deprecated Method for adding a new object to the schema_info EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToschema_info(schema_info schema_info) { base.AddObject("schema_info", schema_info); }
/// <summary> /// Create a new schema_info object. /// </summary> /// <param name="version">Initial value of the Version property.</param> /// <param name="changedBy">Initial value of the ChangedBy property.</param> /// <param name="modDate">Initial value of the ModDate property.</param> public static schema_info Createschema_info(global::System.String version, global::System.String changedBy, global::System.DateTime modDate) { schema_info schema_info = new schema_info(); schema_info.Version = version; schema_info.ChangedBy = changedBy; schema_info.ModDate = modDate; return schema_info; }