namespace Connected.Data.Annotations { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)] internal class MemberExtensionAttribute : Attribute { public string TableId { get; set; } } }