Class TableRef
public class TableRef
- Inheritance
-
TableRef
- Inherited Members
Constructors
TableRef(string, string)
public TableRef(string dbSchema, string table)
Parameters
TableRef(string?, string, string)
public TableRef(string? catalog, string dbSchema, string table)
Parameters
Properties
Catalog
public string? Catalog { get; }
Property Value
DbSchema
public string DbSchema { get; }
Property Value
Table
public string Table { get; }