private DataTable GetSchemaTable(IDBConnection dbConnection) { return(dbConnection.GetTableSchema(Name, DB_COMMAND_TIMEOUT)); }