Пример #1
0
        public bool IsRelationSet(int rowHandle, int relationIndex)
        {
            string rName = _xafGridView.GetRelationName(rowHandle, relationIndex);

            return(GetMasterDetailRule(rName) != null);
        }