/// <summary> /// 创建新的 TCheck 对象。 /// </summary> /// <param name="fType">FType 属性的初始值。</param> /// <param name="fSourceFieldName">FSourceFieldName 属性的初始值。</param> /// <param name="fDistFieldName">FDistFieldName 属性的初始值。</param> public static TCheck CreateTCheck(global::System.Int32 fType, global::System.String fSourceFieldName, global::System.String fDistFieldName) { TCheck tCheck = new TCheck(); tCheck.FType = fType; tCheck.FSourceFieldName = fSourceFieldName; tCheck.FDistFieldName = fDistFieldName; return tCheck; }
/// <summary> /// 用于向 TCheck EntitySet 添加新对象的方法,已弃用。请考虑改用关联的 ObjectSet<T> 属性的 .Add 方法。 /// </summary> public void AddToTCheck(TCheck tCheck) { base.AddObject("TCheck", tCheck); }