예제 #1
0
 protected abstract string FormatSchemaName(DboRef tblName);
예제 #2
0
 protected override string FormatSchemaName(DboRef dbo)
 {
     return(string.Format("[{0}].[{1}]", dbo.Schema, dbo.Name));
 }
예제 #3
0
 protected override string FormatSchemaName(DboRef dbo)
 {
     return(String.Format("\"{0}\".\"{1}\"", dbo.Schema, dbo.Name));
 }