System\Data\Odbc\OdbcStatementHandle.cs (22)
122ODBC.ShortStringLength(tableCatalog),
124ODBC.ShortStringLength(tableSchema),
126ODBC.ShortStringLength(tableName),
128ODBC.ShortStringLength(columnName));
212catalogName, ODBC.ShortStringLength(catalogName), // CatalogName
213schemaName, ODBC.ShortStringLength(schemaName), // SchemaName
214tableName, ODBC.ShortStringLength(tableName) // TableName
226ODBC.ShortStringLength(procedureCatalog),
228ODBC.ShortStringLength(procedureSchema),
230ODBC.ShortStringLength(procedureName));
243ODBC.ShortStringLength(procedureCatalog),
245ODBC.ShortStringLength(procedureSchema),
247ODBC.ShortStringLength(procedureName),
249ODBC.ShortStringLength(columnName));
275quotedTable, ODBC.ShortStringLength(quotedTable),
297ODBC.ShortStringLength(tableCatalog),
299ODBC.ShortStringLength(tableSchema),
301ODBC.ShortStringLength(tableName),
326ODBC.ShortStringLength(tableCatalog),
328ODBC.ShortStringLength(tableSchema),
330ODBC.ShortStringLength(tableName),
332ODBC.ShortStringLength(tableType));