Esempio n. 1
0
        public static ICqlCommandBuilderTo FromPoco(this ICqlCommandBuilderFrom @this)
        {
            var factory = EnglightenmentMgr.PocoDataMapperFactory();

            return(@this.Set(factory));
        }
Esempio n. 2
0
        public static ICqlCommandBuilderTo FromPropertyBag(this ICqlCommandBuilderFrom @this)
        {
            var factory = EnlightenmentMgr.PropertyBagDataMapperFactory();

            return(@this.Set(factory));
        }
Esempio n. 3
0
        public static ICqlCommandBuilderTo FromOrdinal(this ICqlCommandBuilderFrom @this)
        {
            var factory = EnlightenmentMgr.OrdinalDataMapperFactory();

            return(@this.Set(factory));
        }