Beispiel #1
0
        public void FeedRow(int id)
        {
            row = DynamicRow.FindRow <int>("TABLE1", id);
            string form = this["Form"].GetValue <string>("");

            foreach (string name in row.FieldNames)
            {
                blockWeb[form][name].AttachEndPoint(row.GetFieldValue(name));
            }
        }