namespace Connected.Data.Schema.Sql { internal class ObjectFileGroup { public string FileGroup { get; set; } } }