/// <summary> /// Deprecated Method for adding a new object to the ImportFields EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToImportFields(ImportField importField) { base.AddObject("ImportFields", importField); }
/// <summary> /// Create a new ImportField object. /// </summary> /// <param name="fieldID">Initial value of the FieldID property.</param> /// <param name="fieldName">Initial value of the FieldName property.</param> public static ImportField CreateImportField(global::System.Int32 fieldID, global::System.String fieldName) { ImportField importField = new ImportField(); importField.FieldID = fieldID; importField.FieldName = fieldName; return importField; }