Beispiel #1
0
        protected string GetSchool(string SchoolID)
        {
            int      sid = DataConverter.CLng(SchoolID);
            B_School sll = new B_School();

            return(sll.GetSelect(sid).SchoolName);
        }