public LogInfo() { InitializeComponent(); _needLog = true; _onlyDistinct = true; _logIDField = "Log_ID"; _markField = "Log_State"; _modifierField = "Log_User"; _modifyDateField = "Log_Date"; _srcFieldNames = new SrcFieldNameCollection(this, typeof(SrcFieldNameColumn)); }
public LogInfo(System.ComponentModel.IContainer container) { container.Add(this); InitializeComponent(); _needLog = true; _onlyDistinct = true; _logIDField = "Log_ID"; _markField = "Log_State"; _modifierField = "Log_User"; _modifyDateField = "Log_DateTime"; //_srcFieldNames = new String[] { }; _srcFieldNames = new SrcFieldNameCollection(this, typeof(SrcFieldNameColumn)); }