public string GetFullyQualifiedTableName(bool usePostgresQuoting)
 {
     return NpgsqlUtils.GetFullyQualifiedTableName(Schema, TableName, usePostgresQuoting);
 }
示例#2
0
 public string GetFullyQualifiedTableName()
 {
     return(NpgsqlUtils.GetFullyQualifiedTableName(SchemaName, TableName, UsePostgresQuoting));
 }