namespace Connected.Data.Schema.Sql { internal class ObjectRowGuid { public string RowGuidCol { get; set; } } }