-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryTableExtensions_CompareDb
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
An object that contains comperasion information between code table fields, properties, and server database table defenitions.
public class TQueryTableExtensions.CompareDb
Inheritance System.Object 🡒 CompareDb
Field name on code class
public string CodeField { get; set; }
Field type on code class
public System.Type CodeType { get; set; }
Description of difference if any.
public string Description { get; set; }
Field name on server
public string ServerField { get; set; }
Field type on server
public System.Type ServerType { get; set; }
Table name
public string TableName { get; set; }