public RenderOptions(RelationalSchemaOptions options)
 {
     this.SuppressForeignKeys       = options.SuppressForeignKeys;
     this.SuppressIndexes           = options.SuppressIndexes;
     this.SuppressPrimaryKeys       = options.SuppressPrimaryKeys;
     this.SuppressUniqueConstraints = options.SuppressUniqueConstraints;
 }
示例#2
0
		public RenderOptions(RelationalSchemaOptions options)
		{
			this.SuppressForeignKeys = options.SuppressForeignKeys;
			this.SuppressIndexes = options.SuppressIndexes;
			this.SuppressPrimaryKeys = options.SuppressPrimaryKeys;
			this.SuppressUniqueConstraints = options.SuppressUniqueConstraints;
		}