Beispiel #1
0
        internal List <string> GetIdentityTypes()
        {
            var getIdentTypes = SqlQueryBuilder.SelectShortIdentityTypes(DBConnection);

            return(ExecuteDataList(getIdentTypes).Cast <string>().ToList());
        }