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

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

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

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