protected override void Init() { if (Handler.CompatibilityLevel >= 1400) { Variations = new VariationCollection("Variations", MetadataObject.Variations, this); ObjectLevelSecurity = new ColumnOLSIndexer(this); } base.Init(); }
protected override void Init() { if (Handler.CompatibilityLevel >= 1400) { Variations = new VariationCollection("Variations", MetadataObject.Variations, this); ObjectLevelSecurity = new ColumnOLSIndexer(this); } if (Handler.CompatibilityLevel >= 1460) { if (MetadataObject.AlternateOf != null) { this.AlternateOf = AlternateOf.CreateFromMetadata(this, MetadataObject.AlternateOf); } } base.Init(); }