Esempio n. 1
0
        public Schema BuildSchema(string name, bool isSingleton)
        {
            IUpsertCommand self = this;

            return(self.ToSchema(name, isSingleton));
        }
Esempio n. 2
0
        public Schema BuildSchema()
        {
            IUpsertCommand self = this;

            return(self.ToSchema(Name, IsSingleton));
        }
Esempio n. 3
0
        public Schema BuildSchema(string name, SchemaType type)
        {
            IUpsertCommand self = this;

            return(self.ToSchema(name, type));
        }