public SQColumn GetForeignKeyColumn(SQColumn local)
 {
     return(_Adapter.GetForeignKeyColumn(local));
 }