Class Postgres.Destination
Allows the destination selection for an SQL operation.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.dll
Syntax
public class Destination : Postgres.Source
Constructors
| Improve this Doc View SourceDestination(String, String)
Creates a new instance.
Declaration
public Destination(string schema, string table)
Parameters
Type | Name | Description |
---|---|---|
System.String | schema | The source schema. |
System.String | table | The source table |