public CreateObjectCommand AddFind(string fieldName, string fieldDescription) { FindFields.Add(fieldName, fieldDescription); return(this); }
public CreateObjectCommand AddFind(string fieldName) { FindFields.Add(fieldName, ""); return(this); }