示例#1
0
        public Schema BuildSchema(string name, bool isSingleton)
        {
            IUpsertCommand self = this;

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

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

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